@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
45 lines • 993 B
TypeScript
export declare const certificate: {
title: string;
type: string;
properties: {
name: {
type: string;
};
description: {
type: string;
};
imageUrl: {
type: string;
};
entity: {
type: string;
};
issuanceDate: {
type: string;
};
expirationDate: {
type: string;
};
skills: {
type: string;
items: {
type: string;
properties: {
skillId: {
type: string;
};
score: {
type: string;
};
};
required: string[];
};
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=certificate.d.ts.map