@@ -0,0 +1,14 @@
|
||||
export enum FileFolder {
|
||||
ProfilePicture = 'profile-picture',
|
||||
WorkspaceLogo = 'workspace-logo',
|
||||
Attachment = 'attachment',
|
||||
PersonPicture = 'person-picture',
|
||||
ServerlessFunction = 'serverless-function',
|
||||
ServerlessFunctionToDelete = 'serverless-function-to-delete',
|
||||
File = 'file',
|
||||
AgentChat = 'agent-chat',
|
||||
Functions = 'functions',
|
||||
FrontComponents = 'front-components',
|
||||
Assets = 'assets',
|
||||
SourceCode = 'source-code',
|
||||
}
|
||||
@@ -108,6 +108,7 @@ export type {
|
||||
export { NumberDataType, DateDisplayFormat } from './FieldMetadataSettings';
|
||||
export { FieldMetadataType } from './FieldMetadataType';
|
||||
export type { FieldRatingValue } from './FieldRatingValue';
|
||||
export { FileFolder } from './FileFolder';
|
||||
export type {
|
||||
FilterableFieldType,
|
||||
FilterableAndTSVectorFieldType,
|
||||
|
||||
Reference in New Issue
Block a user