UNPKG

@signnow/api-client

Version:
9 lines (8 loc) 175 B
export interface TokenPost { expires_in: number; token_type: string; access_token: string; refresh_token: string; scope: string; last_login: number; }