UNPKG

@querc/squidex-client

Version:

NodeJS client for the [Squidex](https://squidex.io/) CMS

7 lines (6 loc) 139 B
export declare class SquidexOAuthResponse { access_token: string; expires_in: number; token_type: string; scope: string; }