UNPKG

@smithy/util-endpoints

Version:
3 lines (2 loc) 132 B
import type { FunctionReturn } from "./shared"; export type EndpointFunctions = Record<string, (...args: any[]) => FunctionReturn>;