UNPKG

407 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Thursday, 25th April 2019 11:44:48 am
4 * @lastModifiedBy: Prachi Singh (prachi@hackcapital.com)
5 * @lastModifiedTime: Friday, 13th September 2019 5:25:20 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8export interface RegistryCreateResponse {
9 data: {
10 teamName: string;
11 robotAccountName: string;
12 token: string;
13 robotID: number;
14 };
15}