@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
30 lines • 593 B
TypeScript
export declare const location: {
title: string;
type: string;
properties: {
country: {
type: string;
};
city: {
type: string;
};
postalCode: {
type: string;
};
fullAddress: {
type: string;
};
latitude: {
type: string;
};
longitude: {
type: string;
};
proofs: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
//# sourceMappingURL=location.d.ts.map