anyonecandesign-types
Advanced tools
Comparing version
@@ -30,3 +30,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
status: ProjectStatus; | ||
errors: ProjectError[]; | ||
logs: string[]; | ||
currentRevisionId: string; | ||
@@ -51,8 +51,2 @@ currentRevisionCreationDuration: number; | ||
export type ProjectStatus = 'start' | 'success' | 'error' | 'prompt' | 'build' | 'deploy' | 'unknown'; | ||
export type ProjectError = { | ||
severity: 'error' | 'warning'; | ||
status: ProjectStatus; | ||
message: string; | ||
createdAt: string; | ||
}; | ||
export type RevisionFile = { | ||
@@ -59,0 +53,0 @@ path: string; |
{ | ||
"name": "anyonecandesign-types", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "TypeScript types for anyonecandesign.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
2082
-6.55%57
-9.52%