blob: 6f72b7f436fd90a40ad70c9f10918d47c8f8402e [file] [log] [blame]
/// <reference types="Cypress" />
export class AAISubDetailsModel{
"global-customer-id": string;
"subscriber-name": string;
"subscriber-type": string;
"resource-version": string;
"service-subscriptions": Object;
}