neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
12 lines • 441 B
TypeScript
import { member } from "../../core";
export interface SimpleLocalUserProfileInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_profileImage?: member<any>;
_username?: member<any>;
_loginLogout?: member<any>;
}
export declare function SimpleLocalUserProfile(props: SimpleLocalUserProfileInput): any;
//# sourceMappingURL=SimpleLocalUserProfile.d.ts.map