forgot export
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type Record_PersonalGoals = {
|
||||
export type GristRecord_PersonalGoals = {
|
||||
went_outside: boolean;
|
||||
standing: boolean;
|
||||
standing_goal: number;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export * from "./fastify.js";
|
||||
export * from "./grist.js";
|
||||
export * from "./homeassistant.js";
|
||||
export * from "./homepage.js";
|
||||
export * from "./logger.js";
|
||||
|
||||
Reference in New Issue
Block a user