feat: move sidecars to asset_files
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ export type StorageAsset = {
|
||||
fileCreatedAt: Date;
|
||||
originalPath: string;
|
||||
originalFileName: string;
|
||||
sidecarPath: string | null;
|
||||
sidecarPath?: string | null;
|
||||
fileSizeInByte: number | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user