| 222 | // API calls |
| 223 | // =========================================== |
| 224 | export interface AuthorizationByRequestId { |
| 225 | readonly [requestId: string]: boolean; |
| 226 | } |
| 227 | |
| 228 | export type RegularApiCallResponse = RegularApiCallSuccessResponse | ApiCallErrorResponse; |
| 229 | export type HttpGatewayApiCallResponse = |
nothing calls this directly
no outgoing calls
no test coverage detected