UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

13 lines (12 loc) 280 B
/** * DXP AUTH CONFIG: * ----------------------------------------------------- * This file hold user credentials */ export declare class AuthConfiguration { readonly kind: string; readonly apiVersion: string; email: string; token: string; updated: Date; }