UNPKG

@spartacus/core

Version:

Spartacus - the core framework

7 lines (6 loc) 126 B
export interface ClientToken { access_token: string; token_type: string; expires_in: number; scope: string; }