Interface OutputOptions

interface OutputOptions {
    format: "json" | "export" | "dotenv";
}

Properties

Properties

format: "json" | "export" | "dotenv"