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