Interface OutputOptions

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

Properties

Properties

format: "export" | "dotenv"