@pdfme/common 5.3.11-dev.14 → 5.3.11-dev.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types.ts +1 -0
package/package.json
CHANGED
package/src/types.ts
CHANGED
@@ -152,6 +152,7 @@ export type Plugin<T = Schema> = {
|
|
152
152
|
uninterruptedEditMode?: boolean;
|
153
153
|
};
|
154
154
|
|
155
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
155
156
|
export type Plugins = { [key: string]: Plugin<any> | undefined };
|
156
157
|
|
157
158
|
export type Lang = z.infer<typeof Lang>;
|