DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsMaxAggregateOutputType

    type TempVoiceChannelsMaxAggregateOutputType = {
        ChannelId: string | null;
        GuildId: string | null;
        Id: number | null;
        OwnerId: string | null;
        TempVoiceId: string | null;
    }
    Index

    Properties

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