English
Appearance
Promise<GetLabelsResponse>
export type GetLabelsResponse = { labelData: LabelData[]; version: number; lastUpdateTime: number; }
api.getLabels() .then(console.log) .catch(console.error);