MCPcopy Create free account
hub / github.com/api3dao/airnode / ApiCallTemplatesById

Interface ApiCallTemplatesById

packages/airnode-node/src/types.ts:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121export interface ApiCallTemplatesById {
122 readonly [id: string]: ApiCallTemplate;
123}
124
125export type ApiCallTemplateWithoutId = Omit<ApiCallTemplate, 'id'>;
126

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected