UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

10 lines 345 B
import { member } from "../../../core"; export interface VideoExportableInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Video?: member<any>; } export declare function VideoExportable(props: VideoExportableInput): any; //# sourceMappingURL=VideoExportable.d.ts.map