/** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/19/2020 * Time: 4:44 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export interface PresenceVerifierInterface { getCount(collection: any, column: any, value: any, excludeId?: any, idColumn?: any, extra?: any): any; }