forked from trent_larson/crowd-funder-for-time-pwa
add an image to projects (which shows on all ProjectIcons except for offers)
This commit is contained in:
@@ -118,6 +118,7 @@ export interface PlanSummaryRecord {
|
||||
endTime?: string;
|
||||
fulfillsPlanHandleId: string;
|
||||
handleId: string;
|
||||
image?: string;
|
||||
issuerDid: string;
|
||||
locLat?: number;
|
||||
locLon?: number;
|
||||
@@ -175,7 +176,7 @@ export interface PlanVerifiableCredential {
|
||||
* Represents data about a project
|
||||
*
|
||||
* @deprecated
|
||||
* We should use PlanServerRecord instead.
|
||||
* We should use PlanSummaryRecord instead.
|
||||
**/
|
||||
export interface PlanData {
|
||||
/**
|
||||
@@ -190,6 +191,7 @@ export interface PlanData {
|
||||
* URL referencing information about the project
|
||||
**/
|
||||
handleId: string;
|
||||
image?: string;
|
||||
/**
|
||||
* The DID of the issuer
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user