constants.ts 82 B

1234
  1. export enum UPLOAD_STRATEGY {
  2. SINGLE_COLLECTION,
  3. COLLECTION_PER_FOLDER,
  4. }