@eggermarc/better-auth-usage
Version:
**⚠️ Warning!** This package is a **work in progress**! Expect breaking changes and functionality changes.
19 lines (16 loc) • 466 B
TypeScript
import { usage } from './index.js';
import 'better-auth';
import 'zod';
declare const usageClient: () => {
id: "@eggermarc/usage-client";
$InferServerPlugin: ReturnType<typeof usage>;
pathMethods: {
"/usage/features": "GET";
"/usage/features/:featureKey": "GET";
"/usage/upsert-customer": "POST";
"/usage/consume": "POST";
"/usage/check": "POST";
"/usage/sync": "POST";
};
};
export { usageClient };