DisBot
    Preparing search index...

    Type Alias GuildInteractionPermissionsMinAggregateOutputType

    type GuildInteractionPermissionsMinAggregateOutputType = {
        CommandName: string | null;
        Cooldown: number | null;
        CustomId: string | null;
        DisableInternalUserPermission: boolean | null;
        GuildId: string | null;
        Id: number | null;
        NeedsGuildOwner: boolean | null;
        Type: string | null;
        UUID: string | null;
    }
    Index

    Properties

    CommandName: string | null
    Cooldown: number | null
    CustomId: string | null
    DisableInternalUserPermission: boolean | null
    GuildId: string | null
    Id: number | null
    NeedsGuildOwner: boolean | null
    Type: string | null
    UUID: string | null