Interface Options

interface Options {
    api_key: string;
    format?: "json" | "xml";
}

Properties

Properties

api_key: string
format?: "json" | "xml"