anyonecandesign-types
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -47,3 +47,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
export type SignInProvider = 'password' | 'google.com'; | ||
export type ProjectStatus = 'prompting' | 'building' | 'deploying' | 'success' | 'error'; | ||
export type ProjectStatus = 'start' | 'prompting' | 'building' | 'deploying' | 'success' | 'error'; | ||
export type RevisionFile = { | ||
@@ -50,0 +50,0 @@ path: string; |
{ | ||
"name": "anyonecandesign-types", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "TypeScript types for anyonecandesign.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
1908