UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 355 B
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; }