diff --git a/src/types/onyx/Policy.ts b/src/types/onyx/Policy.ts index 8abd836c2147..9c228ec0ac68 100644 --- a/src/types/onyx/Policy.ts +++ b/src/types/onyx/Policy.ts @@ -1870,6 +1870,14 @@ type Policy = OnyxCommon.OnyxValueWithOfflineFeedback< /** Collection of tax rates attached to a policy */ taxRates?: TaxRatesWithDefault; + /** Time tracking configuration */ + time?: { + /** Whether time tracking is enabled */ + enabled?: boolean; + /** Default hourly rate */ + rate?: number; + }; + /** A set of rules related to the workspace */ rules?: { /** A set of rules related to the workspace approvals */