export enum TextPrintType {
    GoneWhenEmpty = 'GoneWhenEmpty',
    Always = 'Always'
}