/** * This file was auto-generated by Fern from our API Definition. */ /** * Client id and secret used for authenticating against our APIs */ export interface ApiToken { clientId: string; description: string; metadata: Record; createdAt: string; secret?: string; }