anyonecandesign-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -30,2 +30,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
currentRevisionId: string; | ||
organizationId: string; | ||
}>; | ||
@@ -32,0 +33,0 @@ export type Revision = DatabaseResource<{ |
{ | ||
"name": "anyonecandesign-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TypeScript types for anyonecandesign.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
1751
54