interface ExportOptions {
    output?: string;
}

Properties

Properties

output?: string