@apistudio/apim-cli
Version:
CLI for API Management Products
9 lines (8 loc) • 297 B
text/typescript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export class AssetModelInternalKindConstants {
public static readonly POLICY: string = 'Policy';
public static readonly MOCK_END_POINT: string = 'MockEndpoint';
public static readonly MOCK_RESPONSE: string = 'MockResponse';
}