export type BaseFetchAdapterOptions = {
  server: string;
  db: string;
};
export type GetTokenArguments = { refresh?: boolean };
