neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
12 lines • 423 B
TypeScript
import { member } from "../../../../core";
export interface TwitchFollowEventInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Interface?: member<any>;
OnFollow?: member<any>;
}
export declare function TwitchFollowEvent(props: TwitchFollowEventInput): any;
//# sourceMappingURL=TwitchFollowEvent.d.ts.map