build 真人素材库
This commit is contained in:
@@ -128,6 +128,12 @@ export interface MediaReference {
|
||||
url: string;
|
||||
type: 'image' | 'video' | 'audio';
|
||||
name: string;
|
||||
label?: string;
|
||||
duration?: number;
|
||||
role?: string;
|
||||
source?: string;
|
||||
private_asset_id?: string;
|
||||
remote_asset_id?: string;
|
||||
}
|
||||
|
||||
export interface GenerationRecord {
|
||||
|
||||
Reference in New Issue
Block a user