Interface SettingsGetSettingsResponse

interface SettingsGetSettingsResponse {
    settings?: any[];
}

Properties

Properties

settings?: any[]