interfaceItem
export interface Item<T> {
id: T;
name: string;
isChecked?: boolean;
}/instruments/typeswithTopOption
boolean
Promise<Item<number>[]>
export interface Item<T> {
id: T;
name: string;
isChecked?: boolean;
}GET /instruments/types
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.