Type Alias UserKickAccountCountAggregateOutputType

UserKickAccountCountAggregateOutputType: {
    _all: number;
    accountId: number;
    chatRoomId: number;
    dbId: number;
    userId: number;
    username: number;
}