UserCreateManyInput: {
    badges?: string | null;
    bitfield?: string | null;
    blacklisted?: boolean | null;
    dbId?: string;
    email?: string | null;
    lastVoted?: Date | string | null;
    locale?: string;
    oneServerPremium?: string | null;
    serverPremiumCooldown?: Date | string | null;
    userId: string;
    username?: string | null;
    votes?: number;
}