interface APIApplicationIntegrationTypeConfiguration {
    oauth2_install_params?: APIApplicationInstallParams;
}

Properties

oauth2_install_params?: APIApplicationInstallParams