@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
21 lines • 427 B
TypeScript
export declare const phoneNumber: {
title: string;
type: string;
properties: {
country: {
type: string;
};
countryCode: {
type: string;
};
number: {
type: string;
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=phoneNumber.d.ts.map