API Kit ReferencegetServiceInfo getServiceInfo Returns the information and configuration of the service. Usage example.tssetup.ts_10import { apiKit } from './setup.ts'_10_10const serviceInfo = await apiKit.getServiceInfo() Returns Promise<SafeServiceInfoResponse> The information and configuration of the service.constructorgetServiceSingletonsInfoWas this page helpful?Report issue