@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
39 lines • 767 B
TypeScript
export declare const digitalProperty: {
title: string;
type: string;
properties: {
protocol: {
type: string;
};
host: {
type: string;
};
id: {
type: string;
};
username: {
type: string;
};
imageUrl: {
type: string;
};
startDate: {
type: string;
};
followers: {
type: string;
};
favorites: {
type: string;
};
posts: {
type: string;
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=digitalProperty.d.ts.map