ThirdPartyFileService
import type { ThirdPartyFileService } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";Third party file service configuration
interface ThirdPartyFileService {
fileShare?: string;
network?: string;
servers?: string[];
}