@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
39 lines • 879 B
TypeScript
export declare const recommendation: {
title: string;
type: string;
properties: {
description: {
type: string;
};
entity: {
type: string;
};
startDate: {
type: string;
};
endDate: {
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=recommendation.d.ts.map