@databutton/firebase-types
Advanced tools
Comparing version
@@ -127,1 +127,4 @@ export declare enum CollectionName { | ||
} | ||
export declare enum UiFileTag { | ||
PROVIDER = "provider" | ||
} |
@@ -134,2 +134,6 @@ export var CollectionName; | ||
})(ThirdPartyServiceCategory = ThirdPartyServiceCategory || (ThirdPartyServiceCategory = {})); | ||
export var UiFileTag; | ||
(function (UiFileTag) { | ||
UiFileTag["PROVIDER"] = "provider"; | ||
})(UiFileTag = UiFileTag || (UiFileTag = {})); | ||
//# sourceMappingURL=enums.js.map |
import type { Timestamp } from "firebase/firestore"; | ||
import type { JsonObject, Primitive } from "type-fest"; | ||
import type { ThirdPartyAuthName, ThirdPartyDatabaseName, ThirdPartyPaymentsName, ThirdPartyServiceCategory, ThirdPartyStorageName } from "./enums.js"; | ||
import type { ThirdPartyAuthName, ThirdPartyDatabaseName, ThirdPartyPaymentsName, ThirdPartyServiceCategory, ThirdPartyStorageName, UiFileTag } from "./enums.js"; | ||
/** | ||
@@ -313,2 +313,3 @@ * Types here should reflect data format stored in firestore and | ||
codeBlockRef: string; | ||
tags?: UiFileTag[]; | ||
} | ||
@@ -315,0 +316,0 @@ export declare enum StepState { |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.74.15", | ||
"version": "1.74.16", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
65459
0.35%2208
0.36%