DisBot
    Preparing search index...

    Type Alias GuildInteractionPermissionsGroupByOutputType

    type GuildInteractionPermissionsGroupByOutputType = {
        _avg: GuildInteractionPermissionsAvgAggregateOutputType | null;
        _count: GuildInteractionPermissionsCountAggregateOutputType | null;
        _max: GuildInteractionPermissionsMaxAggregateOutputType | null;
        _min: GuildInteractionPermissionsMinAggregateOutputType | null;
        _sum: GuildInteractionPermissionsSumAggregateOutputType | null;
        ChannelIds: string[];
        CommandName: string | null;
        Cooldown: number | null;
        CustomId: string | null;
        DisableInternalUserPermission: boolean | null;
        GuildId: string;
        Id: number;
        NeedsGuildOwner: boolean | null;
        RoleIds: string[];
        Type: string;
        UserIds: string[];
        UUID: string;
    }
    Index

    Properties

    ChannelIds: string[]
    CommandName: string | null
    Cooldown: number | null
    CustomId: string | null
    DisableInternalUserPermission: boolean | null
    GuildId: string
    Id: number
    NeedsGuildOwner: boolean | null
    RoleIds: string[]
    Type: string
    UserIds: string[]
    UUID: string