chore: re-export helper types in client plugins (#5802)

This commit is contained in:
Joél Solano
2025-11-06 18:46:19 +01:00
committed by GitHub
parent fe5477e6cd
commit 93f62482f2

View File

@@ -1,3 +1,7 @@
//#region Necessary re-exports
export type * from "../../types/helper";
//#endregion
export * from "../../plugins/additional-fields/client";
export * from "../../plugins/admin/client";
export * from "../../plugins/anonymous/client";