@databutton/firebase-types 1.110.0 → 1.110.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.
|
@@ -664,10 +664,6 @@ export interface StaticAsset {
|
|
|
664
664
|
size: string;
|
|
665
665
|
name?: string;
|
|
666
666
|
}
|
|
667
|
-
export interface PlanTask {
|
|
668
|
-
title: string;
|
|
669
|
-
description: string;
|
|
670
|
-
}
|
|
671
667
|
export type Task = {
|
|
672
668
|
createdBy: PerformedBy;
|
|
673
669
|
updatedBy: PerformedBy;
|
|
@@ -2289,7 +2285,6 @@ export interface ProjectPlan {
|
|
|
2289
2285
|
title: string;
|
|
2290
2286
|
description: string;
|
|
2291
2287
|
features: string[];
|
|
2292
|
-
tasks?: PlanTask[];
|
|
2293
2288
|
/**
|
|
2294
2289
|
* Hidden instructions that we can attach to featured project plans to guide the agent on how to use the project plan.
|
|
2295
2290
|
*/
|