Variable $WriteSetChange_DeleteModuleConst
$WriteSetChange_DeleteModule: {
contains: readonly [{
properties: {
type: {
isRequired: true;
type: "string";
};
};
}, {
type: "DeleteModule";
}];
type: "all-of";
} = ...
Type declaration
-
contains: readonly [{
properties: {
type: {
isRequired: true;
type: "string";
};
};
}, {
type: "DeleteModule";
}]
-
type: "all-of"