diff --git a/app/api/pocketbase-types.ts b/app/api/pocketbase-types.ts index b0537f9..66349d2 100644 --- a/app/api/pocketbase-types.ts +++ b/app/api/pocketbase-types.ts @@ -58,6 +58,7 @@ export type TasksRecord = { icon?: RecordIdString list: RecordIdString name?: string + reward?: number schedule?: IsoDateString }