ieeeucsd-org/pocketbase/index.ts
2025-02-28 17:38:46 -08:00

8 lines
181 B
TypeScript

/**
* PocketBase Schema Index
*
* This file re-exports all types and constants from the schema file
* for easier imports throughout the codebase.
*/
export * from "./schema";