Initial AI manga platform
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { AssetType } from './asset.types';
|
||||
|
||||
export class UploadAssetDto {
|
||||
asset_type?: AssetType;
|
||||
project_id?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user