node-redfish
    Preparing search index...

    Interface RedfishAuthBasic

    interface RedfishAuthBasic {
        password: string;
        type: "basic";
        username: string;
    }
    Index
    password: string
    type: "basic"
    username: string