1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-17 14:22:02 +00:00
bramw_baserow/web-frontend/modules/core/constants.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
410 B
JavaScript
Raw Permalink Normal View History

2024-12-27 16:23:15 +00:00
export const IMPORT_SERIALIZED_IMPORTING = 'importing'
2025-03-10 09:38:02 +01:00
export const IMPORT_SERIALIZED_IMPORTING_TABLE_STRUCTURE =
'importing-table-structure-'
export const IMPORT_SERIALIZED_IMPORTING_TABLE_DATA = 'importing-table-data-'
2024-12-27 16:23:15 +00:00
export const EXPORT_SERIALIZED_EXPORTING = 'exporting'
export const EXPORT_SERIALIZED_EXPORTING_TABLE = 'exporting-table-'
export const EXPORT_WORKSPACE_CREATE_ARCHIVE = 'create-archive'