Type Alias GetBackendServiceInterface<T>
GetBackendServiceInterface: T extends keyof BackendServices
? ConvertToClientInterface<BackendServices[T]>
: never
? ConvertToClientInterface<BackendServices[T]>
: never
Type Parameters
- T extends keyof BackendServices
Get the client interface for a given backend service