PscInterfaceConfig
import type { PscInterfaceConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
The PSC Interface configuration is used to create PSC Interface between Datastream and the consumer's PSC.
interface PscInterfaceConfig {
networkAttachment?: string;
}