neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
16 lines • 509 B
TypeScript
import { member } from "../../core";
export interface SimpleAwayIndicatorInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
User?: member<any>;
AwayMaterial?: member<any>;
Renderer?: member<any>;
_oldMaterials?: member<Array<{
ID: string;
Data: string;
}>>;
}
export declare function SimpleAwayIndicator(props: SimpleAwayIndicatorInput): any;
//# sourceMappingURL=SimpleAwayIndicator.d.ts.map