export interface PrintSaveInterface { text: unknown; isJson: boolean; hidden: boolean; }