/**
 * Headers for the endpoints
 */
type Headers = Record<string, unknown>;

export type { Headers };
