OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
web/front/types/UploadDirectoryType.ts
export interface UploadDirectoryEntryType {
  path: string;
}

export interface UploadDirectoryType extends UploadDirectoryEntryType {
  createdAt: string;
  updatedAt: string;
};