/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export interface ApiData {
	[key: string]: {
		[gateway: string]: string[];
	};
}