anyonecandesign-types
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -33,2 +33,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
status: ProjectStatus; | ||
organizationId: string; | ||
logs: ProjectLog[]; | ||
@@ -40,3 +41,3 @@ currentRevisionId: string; | ||
redoRevisionIds: string[]; | ||
organizationId: string; | ||
color: string; | ||
}>; | ||
@@ -43,0 +44,0 @@ export type Revision = DatabaseResource<{ |
{ | ||
"name": "anyonecandesign-types", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "TypeScript types for anyonecandesign.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
2382
72