Type Alias CatalogApiByEnvResponse
CatalogApiByEnvResponse: {
createdAt: string;
environmentId: string;
gatewayUrl?: string;
hasOpenApiContent: boolean;
status: string;
updatedAt: string;
version: string;
}
Type declaration
createdAt: string
environmentId: string
OptionalgatewayUrl?: string
hasOpenApiContent: boolean
status: string
updatedAt: string
version: string