node-lxc
    Preparing search index...

    Type Alias lxc_console_log

    A.P.A. Slaa (a.p.a.slaa@projectsource.nl) ProjectSource V.O.F.

    03-07-2024

    type lxc_console_log = {
        clear: boolean;
        data: string;
        read: boolean;
        read_max: bigint | number;
    }
    Index

    Properties

    Properties

    clear: boolean
    data: string
    read: boolean
    read_max: bigint | number