DisBot
    Preparing search index...

    Type Alias TempVoicesGroupByOutputType

    type TempVoicesGroupByOutputType = {
        _avg: TempVoicesAvgAggregateOutputType | null;
        _count: TempVoicesCountAggregateOutputType | null;
        _max: TempVoicesMaxAggregateOutputType | null;
        _min: TempVoicesMinAggregateOutputType | null;
        _sum: TempVoicesSumAggregateOutputType | null;
        GuildId: string;
        Id: number;
        JointoCreateCategory: string;
        JointoCreateChannel: string;
        Manage: boolean;
        Name: string | null;
        PresetLimit: number | null;
        UUID: string;
    }
    Index

    Properties

    GuildId: string
    Id: number
    JointoCreateCategory: string
    JointoCreateChannel: string
    Manage: boolean
    Name: string | null
    PresetLimit: number | null
    UUID: string