@databutton/firebase-types 1.82.14 → 1.82.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -129,6 +129,7 @@ export interface Profile {
|
|
|
129
129
|
enabledFeatures: string[];
|
|
130
130
|
hasValidPlan?: boolean | null;
|
|
131
131
|
syncedAt?: Timestamp;
|
|
132
|
+
timezoneAtSignUp?: `${string}/${string}`;
|
|
132
133
|
}
|
|
133
134
|
export type Plan = TeamPlan | PayAsYouGoPlan | AIPlan;
|
|
134
135
|
interface PlanBase {
|