export type Adapter = (id: string, name: string) => unknown;
