graycoreio/daffodil

View on GitHub
libs/driver/magento/src/models/money.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface MagentoMoney {
  __typename?: string;
  value: number;
  currency: string;
}