export type BggClientOptions = {
    apiKey: string;
};
