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