UNPKG

@atproto/oauth-client-browser

Version:

ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)

3 lines 154 B
export type ObjectStoreSchema = NonNullable<unknown>; export type DatabaseSchema = Record<string, ObjectStoreSchema>; //# sourceMappingURL=schema.d.ts.map