export interface PDFJson {
	b64Content: string;
	mimeType: string;
}
