@databutton/firebase-types 1.64.0 → 1.64.1
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.
|
@@ -272,7 +272,6 @@ export interface Frontend {
|
|
|
272
272
|
createdBy: PerformedBy;
|
|
273
273
|
markedForDeletionBy: PerformedBy | null;
|
|
274
274
|
codeBlockRef: string;
|
|
275
|
-
staticAssetsPath?: string;
|
|
276
275
|
}
|
|
277
276
|
export declare const DefaultFrontendName = "App";
|
|
278
277
|
export interface UiComponent {
|
|
@@ -608,6 +607,7 @@ export interface Project {
|
|
|
608
607
|
markedForDeletionBy?: PerformedBy | null;
|
|
609
608
|
members: string[];
|
|
610
609
|
name: string;
|
|
610
|
+
slug?: string;
|
|
611
611
|
owner: string;
|
|
612
612
|
projectCardColor: string;
|
|
613
613
|
shouldShowStartGuide?: boolean;
|