forked from jsnbuchanan/crowd-funder-for-time-pwa
fix many more typescript errors
This commit is contained in:
@@ -70,7 +70,7 @@ export interface RegisterVerifiableCredential {
|
||||
"@type": string;
|
||||
agent: { identifier: string };
|
||||
object: string;
|
||||
recipient: { identifier: string };
|
||||
participant: { identifier: string };
|
||||
}
|
||||
|
||||
export interface InternalError {
|
||||
@@ -122,7 +122,7 @@ interface ErrorResult {
|
||||
error: InternalError;
|
||||
}
|
||||
|
||||
type CreateAndSubmitGiveResult = SuccessResult | ErrorResult;
|
||||
export type CreateAndSubmitGiveResult = SuccessResult | ErrorResult;
|
||||
|
||||
/**
|
||||
* For result, see https://api.endorser.ch/api-docs/#/claims/post_api_v2_claim
|
||||
|
||||
Reference in New Issue
Block a user