mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-03 07:21:13 +08:00
fix: improve seedance reference handling
This commit is contained in:
@@ -4,6 +4,9 @@ export type ReferenceVideo = {
|
||||
type: string;
|
||||
url: string;
|
||||
storageKey?: string;
|
||||
bytes?: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
durationMs?: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user