anyonecandesign-core
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,2 +12,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
administratorUserIds: string[]; | ||
billingUserId: string; | ||
}>; | ||
@@ -31,2 +32,3 @@ export type OrganizationInvitation = DatabaseResource<{ | ||
currentOrganizationId: string; | ||
billingOrganizationId: string; | ||
isAdministrator: boolean; | ||
@@ -33,0 +35,0 @@ }>; |
{ | ||
"name": "anyonecandesign-core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com", |
3457
109