UNPKG

@los_generic/shared

Version:

Shared DTOs, interfaces, and utilities for LOS applications

11 lines (10 loc) 294 B
export declare const DOCUMENT_PATTERNS: { fetchDocuments: string; fetchDeletedDocuments: string; fetchAllDocumentDropdown: string; findDocumentById: string; createDocument: string; updateDocument: string; toggleDocumentStatus: string; deleteDocument: string; };