forgot export

This commit is contained in:
Darius
2026-02-06 17:18:04 +01:00
parent 4509de76a2
commit 845dd30b43
7 changed files with 7 additions and 4 deletions

2
dist/grist.d.ts vendored
View File

@@ -1,4 +1,4 @@
export type Record_PersonalGoals = {
export type GristRecord_PersonalGoals = {
went_outside: boolean;
standing: boolean;
standing_goal: number;