UserPremiumCreateManyInput: {
    attributedAt?: Date | string | null;
    attributionGuildId?: string | null;
    attributionSource?: string | null;
    dbId?: string;
    tier: string;
    userId: string;
}