UNPKG

astro-integration-pocketbase

Version:

An Astro integration to support developers working with astro-loader-pocketbase.

8 lines (7 loc) 102 B
/** * Minimal entity interface */ export interface Entity { id: string; collectionId: string; }