RcleydsonR 15e5fed07b fix lint errors
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:42:45 -03:00

12 lines
216 B
TypeScript

export type Pix = {
pixKey: string;
merchantCity?: string;
merchantName?: string;
value?: number;
transactionId?: string;
message?: string;
cep?: string;
currency?: number;
countryCode?: string;
};