import { Price } from './cart-model'; export type GiftCardAccountResponse = { code: string; balance: Price; expirationDate: string; };