Type Alias UserUncheckedCreateWithoutSessionsInput

UserUncheckedCreateWithoutSessionsInput: {
    activeGuildSubscriptions?: UserActiveGuildSubscriptionUncheckedCreateNestedManyWithoutUserInput;
    badges?: string | null;
    birthday?: UserBirthdayUncheckedCreateNestedOneWithoutUserInput;
    bitfield?: string | null;
    blacklisted?: boolean | null;
    dbId?: string;
    email?: string | null;
    gettingStarted?: UserGettingStartedUncheckedCreateNestedOneWithoutUserInput;
    kickAccount?: UserKickAccountUncheckedCreateNestedOneWithoutUserInput;
    lastVoted?: Date | string | null;
    linkedRoles?: UserLinkedRolesUncheckedCreateNestedOneWithoutUserInput;
    locale?: string;
    mediaShare?: UserMediaShareUncheckedCreateNestedOneWithoutUserInput;
    notifications?: UserNotificationsUncheckedCreateNestedOneWithoutUserInput;
    oneServerPremium?: string | null;
    premium?: UserPremiumUncheckedCreateNestedOneWithoutUserInput;
    rumbleAccount?: UserRumbleAccountUncheckedCreateNestedOneWithoutUserInput;
    serverPremiumCooldown?: Date | string | null;
    twitchAccount?: UserTwitchAccountUncheckedCreateNestedOneWithoutUserInput;
    userId: string;
    username?: string | null;
    votes?: number;
}