@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
48 lines • 1.03 kB
TypeScript
export declare const education: {
title: string;
type: string;
properties: {
name: {
type: string;
};
level: {
type: string;
};
description: {
type: string;
};
imageUrl: {
type: string;
};
entity: {
type: string;
};
issuanceDate: {
type: string;
};
hours: {
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=education.d.ts.map