summaryrefslogtreecommitdiff
path: root/src-migrate/common/types/odoo.ts
blob: b34bc6678c6b0bfbb6cd6a1490222ae00dc4607a (plain)
1
2
3
4
5
6
export type OdooApiProps = {
  status: {
    code: number;
    description: string;
  };
};