export type API_VERSION = '2022-06-08';
export type OPTIONS = {
    version: API_VERSION;
    endpoint: string;
};
