forked from jsnbuchanan/crowd-funder-for-time-pwa
allow an agent to edit a project
This commit is contained in:
@@ -116,7 +116,8 @@ export interface PlanVerifiableCredential {
|
||||
"@context": "https://schema.org";
|
||||
"@type": "PlanAction";
|
||||
name: string;
|
||||
description: string;
|
||||
agent?: { identifier: string };
|
||||
description?: string;
|
||||
identifier?: string;
|
||||
location?: {
|
||||
geo: { "@type": "GeoCoordinates"; latitude: number; longitude: number };
|
||||
|
||||
Reference in New Issue
Block a user