UNPKG

@proofgeist/fmdapi

Version:
6 lines (5 loc) 130 B
export type BaseFetchAdapterOptions = { server: string; db: string; }; export type GetTokenArguments = { refresh?: boolean };