mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
export const OPEN_DOCUMENT_SERVICE = {
|
|
DOCUMENTS: 'open-documents-service:openDocuments',
|
|
}
|
|
|
|
export const DOCUMENT_LIST_SERVICE = {
|
|
CURRENT_VIEW_CONFIG: 'document-list-service:currentViewConfig',
|
|
}
|