DisBot
    Preparing search index...

    Type Alias GuildInteractionPermissionsSelectScalar

    type GuildInteractionPermissionsSelectScalar = {
        ChannelIds?: boolean;
        CommandName?: boolean;
        Cooldown?: boolean;
        CustomId?: boolean;
        DisableInternalUserPermission?: boolean;
        GuildId?: boolean;
        Id?: boolean;
        NeedsGuildOwner?: boolean;
        RoleIds?: boolean;
        Type?: boolean;
        UserIds?: boolean;
        UUID?: boolean;
    }
    Index

    Properties

    ChannelIds?: boolean
    CommandName?: boolean
    Cooldown?: boolean
    CustomId?: boolean
    DisableInternalUserPermission?: boolean
    GuildId?: boolean
    Id?: boolean
    NeedsGuildOwner?: boolean
    RoleIds?: boolean
    Type?: boolean
    UserIds?: boolean
    UUID?: boolean