CreatePdfTasks: {
    assetPath: string;
    context: object;
    type: PdfAsset;
} | {
    assetPath: string;
    type: Asset;
}

Generated using TypeDoc