neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
17 lines • 481 B
TypeScript
import { member } from "../../core";
export interface AnimationTrack_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_node?: member<any>;
_component?: member<any>;
_property?: member<any>;
}
export declare function AnimationTrack_T(props: AnimationTrack_TInput): any;
//# sourceMappingURL=AnimationTrack_T.d.ts.map