UNPKG

@sasjs/adapter

Version:

JavaScript adapter for SAS

11 lines (10 loc) 276 B
export declare const app: import("express-serve-static-core").Express; export declare const mockedAuthResponse: { access_token: string; token_type: string; id_token: string; refresh_token: string; expires_in: number; scope: string; jti: string; };