Type alias SupportedAPI

SupportedAPI: {
    apilist: {
        interfaces: {
            methods: ApiMethod[];
            name: string;
        }[];
    }[];
}

Type declaration

  • apilist: {
        interfaces: {
            methods: ApiMethod[];
            name: string;
        }[];
    }[]

Generated using TypeDoc