UNPKG

astro-loader-prismic

Version:

A simple loader to load data from a Prismic CMS into Astro using the Astro Loader API introduced in Astro 5.

18 lines (16 loc) 294 B
interface LoaderParams { repository: string, accessToken: string } interface TypeResponse { id: string, json: any, label: string, repeatable: boolean, status: boolean, format: string } interface TypeStruct { type: string, config: any }