RestoreMdKitDocumentVersionInput
Type Alias: RestoreMdKitDocumentVersionInput
type RestoreMdKitDocumentVersionInput = {
label?: string;
now?: string;
versionId: string;
};Defined in: packages/mdkit/src/core/documentEngine.ts:31
Properties
| Property | Type | Defined in |
|---|---|---|
label? | string | packages/mdkit/src/core/documentEngine.ts:32 |
now? | string | packages/mdkit/src/core/documentEngine.ts:33 |
versionId | string | packages/mdkit/src/core/documentEngine.ts:34 |