DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonMinAggregateOutputType

    type DiscordGuildAddonMinAggregateOutputType = {
        GuildId: string | null;
        Id: number | null;
        InvitesPaused: boolean | null;
    }
    Index

    Properties

    GuildId: string | null
    Id: number | null
    InvitesPaused: boolean | null