anyonecandesign-types
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -49,6 +49,5 @@ export type DatabaseResource<T = unknown> = T & { | ||
export type SignInProvider = 'password' | 'google.com'; | ||
export type ProjectStatus = 'start' | 'prompting' | 'building' | 'deploying' | 'success' | 'error'; | ||
export type ProjectErrorType = 'prompting' | 'building' | 'deploying' | 'unknown'; | ||
export type ProjectStatus = 'start' | 'success' | 'error' | 'prompt' | 'build' | 'deploy' | 'unknown'; | ||
export type ProjectError = { | ||
type: ProjectErrorType; | ||
status: ProjectStatus; | ||
message: string; | ||
@@ -55,0 +54,0 @@ createdAt: string; |
{ | ||
"name": "anyonecandesign-types", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "TypeScript types for anyonecandesign.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
2193
62