Type Alias Inviter

Inviter: Omit<User, "homes" | "mobileDevices"> & {
    enabled: boolean;
    homeId: number;
    type: string & "WEB_USER";
}