neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
13 lines • 358 B
TypeScript
import { member } from "../../core";
export interface DelegateProxy_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
}
export declare function DelegateProxy_T(props: DelegateProxy_TInput): any;
//# sourceMappingURL=DelegateProxy_T.d.ts.map