interface ListFtpAccountsResponse {
    ftpAccounts: FtpAccount[];
    totalCount: number;
}

Properties

ftpAccounts: FtpAccount[]

List of FTP accounts.

totalCount: number

Total number of FTP accounts.