@follow-app/client-sdk
Version:
TypeScript client SDK for Follow RSS Server API
7 lines (5 loc) • 331 B
text/typescript
// Re-export the precise computed type from core's auth-plugins
// The declaration file is generated by `tsdown -c tsdown.auth.config.ts`
// and written to `packages/client-sdk/src/generated/auth-plugins/index.d.ts`.
import type { authPlugins } from "../.generated/auth-plugins/index"
export type AuthPlugins = typeof authPlugins