/**
 * @author: JP Lew (jp@cto.ai)
 * @date: Monday, 15th April 2019 2:29:03 pm
 * @lastModifiedBy: JP Lew (jp@cto.ai)
 * @lastModifiedTime: Wednesday, 1st May 2019 2:58:26 pm
 * @copyright (c) 2019 CTO.ai
 */
export interface Team {
    id: string;
    name: string;
}
