@truenas/api-client
    Preparing search index...

    Interface GetDisplayDevice

    interface GetDisplayDevice {
        bind?: string;
        dtype: "DISPLAY";
        password?: string | null;
        password_configured: boolean;
        port?: number | null;
        resolution?: v25_10_0.Resolution;
        type?: v25_10_0.GetDisplayDeviceType;
        wait?: boolean;
        web?: boolean;
        web_port?: number | null;
    }
    Index
    bind?: string
    dtype: "DISPLAY"
    password?: string | null
    password_configured: boolean
    port?: number | null
    resolution?: v25_10_0.Resolution
    wait?: boolean
    web?: boolean
    web_port?: number | null