@databutton/firebase-types 1.69.55 → 1.69.57
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.
|
@@ -743,6 +743,9 @@ export interface ProjectTemplate {
|
|
|
743
743
|
} | null;
|
|
744
744
|
targetPoolSize?: number;
|
|
745
745
|
variant?: "streamlit" | "beyond-streamlit";
|
|
746
|
+
isExample?: boolean;
|
|
747
|
+
deployedToUrl?: string;
|
|
748
|
+
screenshotUrl?: string;
|
|
746
749
|
}
|
|
747
750
|
export interface Requirements {
|
|
748
751
|
createdBy: PerformedBy;
|