import { PixKeyType } from '../../enums/PixKeyType'; export interface Pix { type: PixKeyType; key: string; }