blob: 6f72b7f436fd90a40ad70c9f10918d47c8f8402e (
plain)
1
2
3
4
5
6
7
8
|
/// <reference types="Cypress" />
export class AAISubDetailsModel{
"global-customer-id": string;
"subscriber-name": string;
"subscriber-type": string;
"resource-version": string;
"service-subscriptions": Object;
}
|