UNPKG

339 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Wednesday, 24th April 2019 11:31:59 am
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Friday, 16th August 2019 9:43:28 am
6 * @copyright (c) 2019 CTO.ai
7 */
8import { MeResponse, Tokens } from '.';
9export interface SigninPipeline {
10 tokens: Tokens;
11 meResponse: MeResponse;
12}