UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

4 lines (3 loc) 135 B
import IRole from '@awhere/interfaces/Role'; import Role from './Role'; export declare const fromJSON: (json: string | IRole) => Role;