import { gracely } from "gracely" import { http } from "cloudly-http" import { Label } from "../Label" export class Labels { constructor( private readonly client: http.Client, readonly type: Label.Type ) {} async create(label: Label): Promise