UNPKG

wallee

Version:
23 lines (22 loc) 420 B
declare class CardCryptogram { /** * */ 'eci'?: string; /** * */ 'value'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { CardCryptogram };