| Name | Type | Description | Notes |
|---|---|---|---|
| headerName | string | [optional] [default to undefined] | |
| hmacSecretFormVariableKey | string | [optional] [default to undefined] |
import { HMACSignature } from 'launchdarkly-api-typescript';
const instance: HMACSignature = {
headerName,
hmacSecretFormVariableKey,
};