Skip to main content
Version: Next

Type Alias: ApiConfig

ApiConfig = Omit<Api, "kind" | "method" | "path" | "fn">

The optional configuration object accepted as the last argument of the api constructor.