@databutton/firebase-types
Advanced tools
Comparing version
@@ -576,2 +576,3 @@ import type { Timestamp } from "firebase/firestore"; | ||
managedBy: ManagedBy | null; | ||
codeSnippets?: TaskCodeSnippet[]; | ||
parentId: string | null; | ||
@@ -1666,2 +1667,15 @@ status: TaskStatus; | ||
} | ||
export type TaskCodeSnippet = { | ||
language: string; | ||
code: string; | ||
description: string; | ||
name: string; | ||
}; | ||
export interface PrebuiltTask { | ||
createdBy: PerformedBy; | ||
updatedBy: PerformedBy; | ||
title: string; | ||
description: string; | ||
codeSnippets: TaskCodeSnippet[]; | ||
} | ||
export {}; |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.74.7", | ||
"version": "1.74.8", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
64998
0.51%2190
0.64%