UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

7 lines (6 loc) 176 B
import type { Context } from '@strapi/types/dist/modules/documents/middleware'; export type HookParams = { context: Context; documentId: string; locale: string; };