CreateSdkOptions
Import
import { CreateSdkOptions } from "@hyper-fetch/core"
Source
Package
Preview
type CreateSdkOptions = {
camelCaseToKebabCase?: boolean;
methodTransform?: (method: string) => string;
}
Structure
CreateSdkOptions
| Name | Type | Description |
|---|---|---|
| camelCaseToKebabCase | | |
| methodTransform | |