@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
54 lines • 1.13 kB
TypeScript
export declare const badge: {
title: string;
type: string;
properties: {
entity: {
type: string;
};
username: {
type: string;
};
name: {
type: string;
};
startDate: {
type: string;
};
role: {
type: string;
};
level: {
type: string;
};
imageUrl: {
type: string;
};
description: {
type: string;
};
skills: {
type: string;
items: {
type: string;
properties: {
skillId: {
type: string;
};
score: {
type: string;
};
};
required: string[];
};
};
xp: {
type: string;
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=badge.d.ts.map