UNPKG

api42client

Version:

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

6 lines (5 loc) 116 B
declare type TokenErrorType = { error: string; error_description: string; }; export default TokenErrorType;