UNPKG

@smithy/util-endpoints

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