@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
39 lines • 758 B
TypeScript
export declare const attendance: {
title: string;
type: string;
properties: {
name: {
type: string;
};
description: {
type: string;
};
imageUrl: {
type: string;
};
entity: {
type: string;
};
country: {
type: string;
};
city: {
type: string;
};
virtual: {
type: string;
};
startDate: {
type: string;
};
endDate: {
type: string;
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=attendance.d.ts.map