Variable $WriteSetChange_DeleteTableItemConst

$WriteSetChange_DeleteTableItem: {
    contains: readonly [{
        properties: {
            type: {
                isRequired: true;
                type: "string";
            };
        };
    }, {
        type: "DeleteTableItem";
    }];
    type: "all-of";
} = ...

Type declaration

  • contains: readonly [{
        properties: {
            type: {
                isRequired: true;
                type: "string";
            };
        };
    }, {
        type: "DeleteTableItem";
    }]
  • type: "all-of"

Generated using TypeDoc