added "File" Prop Type to theatric project

This commit is contained in:
João Leite 2023-03-13 16:02:27 +00:00 committed by Aria Minaei
parent a7325aebc9
commit 10b82772ed

View file

@ -59,7 +59,7 @@ export function initialize(config: IProjectConfig): Promise<void> {
}
export function getAssetUrl(asset: {
type: 'image'
type: 'image' | 'file'
id: string | undefined
}): string | undefined {
if (!_project) {