/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/

export class AppConstants {

	public static readonly VALIDATION_ERROR_CODE = 'STU-VAL_ERR';
	public static readonly GATEWAY_JSON_FILE = 'api-gatewayEndpoints.json';


}
