@typed-discord/rest
    Preparing search index...

    Interface CommandPermissionResponse

    interface CommandPermissionResponse {
        id: `${bigint}`;
        permission: boolean;
        type: ApplicationCommandPermissionType;
    }
    Index

    Properties

    Properties

    id: `${bigint}`
    permission: boolean