Interface RawApplicationIntegrationConfig

interface RawApplicationIntegrationConfig {
    oauth2_install_params?: InstallParams;
}

Properties

oauth2_install_params?: InstallParams