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

    Interface ApplicationOAuth2InstallParamsResponse

    interface ApplicationOAuth2InstallParamsResponse {
        permissions: string;
        scopes: (BOT | APPLICATIONS_COMMANDS)[];
    }
    Index

    Properties

    Properties

    permissions: string