UNPKG

@querc/squidex-client

Version:

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

7 lines (6 loc) 138 B
export declare class SquidexOAuthRequest { grant_type: string; scope: string; client_secret: string; client_id: string; }