Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-shared / lib / ConvertibleDataType.ts
blob6fc78626265a76a2a8b1d3a5f27023d358c365ec
1 /** Types of data which can be converted to Super format */
3 export type ConvertibleDataType = 'txt' | 'md' | 'html' | 'json' | 'docx'