export interface ComponentClientKey { /** * The client key used to authenticate Duffel UI components to our API. */ component_client_key: string; }