aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/support/jsonBuilders/models/aaiSubViewEdit.model.ts
blob: 70a02aa0360121093d7887c817fff472236ce4e5 (plain)
1
2
3
4
5
/// <reference types="Cypress" />

export class AAISubViewEditModel{
  "inventory-response-item": Array<any>;
}