UserPremiumCreateManyInput: {
    addons?: Prisma.NullableJsonNullValueInput | InputJsonValue;
    appliedAddons?: Prisma.NullableJsonNullValueInput | InputJsonValue;
    attributedAt?: Date | string | null;
    attributionGuildId?: string | null;
    attributionSource?: string | null;
    dbId?: string;
    tier: string;
    userId: string;
}