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

    Interface BootEnvironmentEntry

    interface BootEnvironmentEntry {
        activated: boolean;
        active: boolean;
        can_activate: boolean;
        created: string;
        dataset: string;
        id: string;
        keep: boolean;
        used: string;
        used_bytes: number;
    }
    Index
    activated: boolean
    active: boolean
    can_activate: boolean
    created: string
    dataset: string
    id: string
    keep: boolean
    used: string
    used_bytes: number