Interface ConvertResult

interface ConvertResult {
    outputPath: string;
}

Properties

Properties

outputPath: string

Generated using TypeDoc