export const FILE_FIELD_INTL_TRANSLATIONS = { bytes: "Bytes", kb: "KB", mb: "MB", gb: "GB", tb: "TB", }; export type FileFieldIntlTranslations = typeof FILE_FIELD_INTL_TRANSLATIONS;