@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
14 lines (13 loc) • 288 B
JavaScript
//#region src/types/webhook/types.ts
/**
* Types of Prismic Webhooks.
*
* @see More details: {@link https://prismic.io/docs/webhooks}
*/
const WebhookType = {
APIUpdate: "api-update",
TestTrigger: "test-trigger"
};
//#endregion
export { WebhookType };
//# sourceMappingURL=types.js.map