blob: 6f72b7f436fd90a40ad70c9f10918d47c8f8402e [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001/// <reference types="Cypress" />
2export class AAISubDetailsModel{
3 "global-customer-id": string;
4 "subscriber-name": string;
5 "subscriber-type": string;
6 "resource-version": string;
7 "service-subscriptions": Object;
8}