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

    Interface B2CredentialsModel

    interface B2CredentialsModel {
        account: string;
        key: string;
        type: "B2";
    }
    Index
    account: string
    key: string
    type: "B2"