neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
11 lines • 428 B
TypeScript
import { member } from "../../../core";
export interface DynamicSubtitleProviderInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
HighPriorityIntegration?: member<boolean>;
AssetURL?: member<any>;
}
export declare function DynamicSubtitleProvider(props: DynamicSubtitleProviderInput): any;
//# sourceMappingURL=DynamicSubtitleProvider.d.ts.map