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