Environment: {
    network?: EnvironmentNetworkEgressAllowlist | NetworkEnum;
    sources?: Source[];
    type: "remote";
}

Configuration for a custom environment.

Type declaration