chore: re-export helper types in client plugins

This commit is contained in:
jslno
2025-11-06 13:03:24 +01:00
parent 7aadb8c88e
commit dc9495f7b7

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";