export type UserDetailsForCreation = { userName?: string; fullName?: string; email?: string; password?: string; notifyViaEmail?: boolean; }; //# sourceMappingURL=UserDetailsForCreation.d.ts.map