Type Alias UserKickAccountMaxAggregateOutputType

UserKickAccountMaxAggregateOutputType: {
    accountId: string | null;
    chatRoomId: string | null;
    dbId: string | null;
    userId: string | null;
    username: string | null;
}