ApplicationCanBeDeletedResponse: {
    environments: EnvironmentsRequest[];
    targetId: string;
    targetType: "APPLICATION" | "SHARED_INFRA";
}

Type declaration