type alias FileExporterTypeimport { type FileExporterType } from "https://deno.land/x/s3si@v0.1.8/src/exporters/file.ts"; definition: { type: "VS" | "COOP"; nsoVersion: string; s3siVersion: string; exportTime: string; data: VsInfo | CoopInfo; }