interface IRequest implements IConfigimport { type IRequest } from "https://deno.land/x/axiod@0.26.2/interfaces.ts"; Propertiesoptionalurl: stringoptionalbaseURL: stringoptionalmethod: | string | "get" | "post" | "put" | "delete" | "options" | "head" | "connect" | "trace" | "patch"optionaldata: Data