mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-02 06:51:14 +08:00
feat: add seedance media params and model visibility
This commit is contained in:
@@ -4,4 +4,14 @@ export type ReferenceVideo = {
|
||||
type: string;
|
||||
url: string;
|
||||
storageKey?: string;
|
||||
durationMs?: number;
|
||||
};
|
||||
|
||||
export type ReferenceAudio = {
|
||||
id: string;
|
||||
name: string;
|
||||
type: string;
|
||||
url: string;
|
||||
storageKey?: string;
|
||||
durationMs?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user