UNPKG

@signnow/api-client

Version:
7 lines (6 loc) 123 B
export interface TokenGet { access_token: string; scope: string; expires_in: string; token_type: string; }