export type PostQrCodeBasedAccount = { qrCodeString: string; code: string; account_id: string; };