···1111import { stringCase } from '../utils/stringCase';
1212import { ensureDirSync } from './utils';
13131414-interface Identifier {
1414+export interface Identifier {
1515 /**
1616 * Did this function add a new property to the file's `identifiers` map?
1717 */
···11// This file is auto-generated by @hey-api/openapi-ts
2233import { createClient, createConfig, type Options } from '@hey-api/client-fetch';
44-import type { SendEmailData, SendEmailError, SendEmailResponse2 } from './types.gen';
44+import type { SendEmailData, SendEmailResponse2, SendEmailError } from './types.gen';
5566export const client = createClient(createConfig());
77