@databutton/firebase-types 1.95.11 → 1.95.12
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.
|
@@ -57,6 +57,10 @@ export interface Account {
|
|
|
57
57
|
* Used to determine deployed app URLs
|
|
58
58
|
*/
|
|
59
59
|
publicUsername: PublicUsername | null;
|
|
60
|
+
/**
|
|
61
|
+
* Default project template ID for new projects (leave blank for using product default)
|
|
62
|
+
*/
|
|
63
|
+
defaultProjectTemplateId?: string;
|
|
60
64
|
}
|
|
61
65
|
interface AccountConfigBase {
|
|
62
66
|
enabledBy: PerformedBy;
|