import { ResponseLabel } from './connect-server'; import { CamelCaseType } from './helpers'; export type Label = CamelCaseType< ResponseLabel >;