8 lines
181 B
TypeScript
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";
|