/** * This file was auto-generated by Fern from our API Definition. */ /** * * `USER_DEFINED` - User Defined * * `HMAC` - Hmac * * `INTERNAL_API_KEY` - Internal Api Key * * `EXTERNALLY_PROVISIONED` - Externally Provisioned */ export type SecretTypeEnum = "USER_DEFINED" | "HMAC" | "INTERNAL_API_KEY" | "EXTERNALLY_PROVISIONED"; export declare const SecretTypeEnum: { readonly UserDefined: "USER_DEFINED"; readonly Hmac: "HMAC"; readonly InternalApiKey: "INTERNAL_API_KEY"; readonly ExternallyProvisioned: "EXTERNALLY_PROVISIONED"; };