Interface ProfilesGetProfilesParams

interface ProfilesGetProfilesParams {
    limits?: ListLimits;
    properties?: ProfilesFieldsProfile;
    sort?: ListSort;
}

Properties

limits?: ListLimits
sort?: ListSort