@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
24 lines • 483 B
TypeScript
export declare const legalName: {
title: string;
type: string;
properties: {
fullName: {
type: string;
};
firstName: {
type: string;
};
middleName: {
type: string;
};
lastName: {
type: string;
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=legalName.d.ts.map