UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

6 lines 253 B
export declare function removeDraftPrefix(documentId: string): string; export declare function ensureDocumentIdAndType(id: string | undefined, type: string | undefined): Promise<{ id: string; type: string; }>; //# sourceMappingURL=utils.d.ts.map