UNPKG

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