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