FormsAppUserBase: FormsAppEntityBase & {
    email: string;
    firstName?: string;
    lastName?: string;
}