interface PostmanCollectionimport { type PostmanCollection } from "https://deno.land/x/graphman@v1.2.2/src/format.ts"; Propertiesinfo: { name: string; schema: string; }item: PostmanFolder[]optionalauth: { type: string; apikey: { key: string; value: string; type: string; }[]; }