@ac-essentials/app-util
    Preparing search index...

    Type Alias TextStreamPrinterSpoolItem

    type TextStreamPrinterSpoolItem = {
        data: string;
        isError: boolean;
    }
    Index

    Properties

    Properties

    data: string
    isError: boolean