neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
18 lines • 541 B
TypeScript
import { member } from "../../../core";
export interface SampleAnimationTrack_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Animation?: member<any>;
TrackIndex?: member<any>;
Time?: member<any>;
}
export declare function SampleAnimationTrack_T(props: SampleAnimationTrack_TInput): any;
//# sourceMappingURL=SampleAnimationTrack_T.d.ts.map