Type Alias UserKickAccountSubscribedToGroupByOutputType

UserKickAccountSubscribedToGroupByOutputType: {
    _count: UserKickAccountSubscribedToCountAggregateOutputType | null;
    _max: UserKickAccountSubscribedToMaxAggregateOutputType | null;
    _min: UserKickAccountSubscribedToMinAggregateOutputType | null;
    dbId: string;
    expiresAt: Date;
    guildIds: string[];
    streamerUserName: string;
    userKickAccountId: string;
}