Type Alias UserCreateWithoutRumbleAccountInput

UserCreateWithoutRumbleAccountInput: {
    activeGuildSubscriptions?: UserActiveGuildSubscriptionCreateNestedManyWithoutUserInput;
    badges?: string | null;
    birthday?: UserBirthdayCreateNestedOneWithoutUserInput;
    bitfield?: string | null;
    blacklisted?: boolean | null;
    dbId?: string;
    email?: string | null;
    gettingStarted?: UserGettingStartedCreateNestedOneWithoutUserInput;
    kickAccount?: UserKickAccountCreateNestedOneWithoutUserInput;
    lastVoted?: Date | string | null;
    linkedRoles?: UserLinkedRolesCreateNestedOneWithoutUserInput;
    locale?: string;
    mediaShare?: UserMediaShareCreateNestedOneWithoutUserInput;
    notifications?: UserNotificationsCreateNestedOneWithoutUserInput;
    oneServerPremium?: string | null;
    premium?: UserPremiumCreateNestedOneWithoutUserInput;
    serverPremiumCooldown?: Date | string | null;
    sessions?: UserSessionCreateNestedManyWithoutUserInput;
    twitchAccount?: UserTwitchAccountCreateNestedOneWithoutUserInput;
    userId: string;
    username?: string | null;
    votes?: number;
}