@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
9 lines (8 loc) • 355 B
TypeScript
import { ImageInformation, MediaPickerVideo } from "@omnia/fx-models";
import { MediaflowInformation } from "./MediaflowMedia";
export interface MediaflowVideoResult extends MediaPickerVideo, MediaflowInformation {
folderId: number;
}
export interface MediaflowImageInformation extends ImageInformation, MediaflowInformation {
folderId: number;
}