UNPKG

neos-script

Version:

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

12 lines 413 B
import { member } from "../../../../core"; export interface TwitchRaidEventInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Interface?: member<any>; OnRaid?: member<any>; } export declare function TwitchRaidEvent(props: TwitchRaidEventInput): any; //# sourceMappingURL=TwitchRaidEvent.d.ts.map