UNPKG

api42client

Version:

API42Client is a class that help you interacte with 42 school api and get users data

10 lines (9 loc) 200 B
declare type TokenType = { access_token: string; token_type: string; expires_in: number; refresh_token: string; scope: string; created_at: number; }; export default TokenType;