neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
11 lines • 406 B
TypeScript
import { member } from "../../../core";
export interface GetSlotPersistentSelfInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Instance?: member<any>;
}
export declare function GetSlotPersistentSelf(props: GetSlotPersistentSelfInput): any;
//# sourceMappingURL=GetSlotPersistentSelf.d.ts.map