FileAdapterMetadata: {
    contentType: string;
    etag: string;
    fileSizeInBytes: number;
    updatedAt: Date;
}

IMPORT_PATH: "@daiso-tech/core/file-storage/contracts"

Type declaration

  • contentType: string
  • etag: string
  • fileSizeInBytes: number
  • updatedAt: Date

    This field tracks the file's creation date and its last modified date.