Initial AI manga platform

This commit is contained in:
www
2026-06-15 17:45:28 +08:00
commit 7a8191650f
267 changed files with 105987 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import type { AssetType } from './asset.types';
export class UploadAssetDto {
asset_type?: AssetType;
project_id?: string;
}