interface SettingsFormState {
    neonProxyRpcApi: string;
    solanaRpcApi: string;
}

Properties

neonProxyRpcApi: string
solanaRpcApi: string