DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsGroupByOutputType

    type TempVoiceChannelsGroupByOutputType = {
        _avg: TempVoiceChannelsAvgAggregateOutputType | null;
        _count: TempVoiceChannelsCountAggregateOutputType | null;
        _max: TempVoiceChannelsMaxAggregateOutputType | null;
        _min: TempVoiceChannelsMinAggregateOutputType | null;
        _sum: TempVoiceChannelsSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        OwnerId: string;
        TempVoiceId: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id: number
    OwnerId: string
    TempVoiceId: string