chore: export the enum view calendar layout to avoid typing errors on apps (#20090)

This is a small PR to fix an issue that came up when I created an app
with a custom object. I think the enum `ViewCalendarLayout` was not
caught as part of the exports.

<img width="1624" height="1114" alt="image"
src="https://github.com/user-attachments/assets/7bca3d0d-0e68-48ef-ac5f-6a3375733499"
/>
This commit is contained in:
Mohamed Houssein Douici
2026-04-27 18:35:22 +02:00
committed by GitHub
parent 74536e6f98
commit e3a668a054
2 changed files with 2 additions and 0 deletions
@@ -17,6 +17,7 @@ exports[`stub-twenty-sdk-define plugin > matches the recorded export partition 1
"RelationType",
"STANDARD_OBJECT",
"STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS",
"ViewCalendarLayout",
"ViewFilterGroupLogicalOperator",
"ViewFilterOperand",
"ViewKey",
@@ -108,6 +108,7 @@ export {
NumberDataType,
ObjectRecordGroupByDateGranularity,
PageLayoutTabLayoutMode,
ViewCalendarLayout,
ViewFilterGroupLogicalOperator,
ViewFilterOperand,
ViewOpenRecordIn,