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

    Interface MegaCredentialsModel

    interface MegaCredentialsModel {
        pass: string;
        type: "MEGA";
        user: string;
    }
    Index
    pass: string
    type: "MEGA"
    user: string