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

    Interface FTPCredentialsModel

    interface FTPCredentialsModel {
        host: string;
        pass: string;
        port?: undefined;
        type: "FTP";
        user: string;
    }
    Index
    host: string
    pass: string
    port?: undefined
    type: "FTP"
    user: string