Type Alias ConnectionInterfaceInUseByTargetIdDetailsResponse

ConnectionInterfaceInUseByTargetIdDetailsResponse: {
    environmentId: string;
    targets: PluginInUseResponse[];
}

Type declaration