/** * @author: JP Lew (jp@cto.ai) * @date: Tuesday, 16th April 2019 4:38:01 pm * @lastModifiedBy: JP Lew (jp@cto.ai) * @lastModifiedTime: Wednesday, 1st May 2019 2:58:37 pm * @copyright (c) 2019 CTO.ai */ export interface ValidationFields { email?: string; username?: string; }