Skip to main content
Version: v7.0.0

CreateSdkOptions


Import
import { CreateSdkOptions } from "@hyper-fetch/core"

Preview

type CreateSdkOptions = {
camelCaseToKebabCase?: boolean;
methodTransform?: (method: string) => string;
}

Structure

CreateSdkOptions
NameTypeDescription
camelCaseToKebabCase
boolean
methodTransform
(method: string) => string
On this page