/**
* 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';
}