UNPKG

@brawlik/types

Version:

Auto-generated TypeScript typings for the official [Brawl Stars API](https://developer.brawlstars.com)

1 lines 53 B
export type CallAPI<T, R> = (params: T) => Promise<R>