export type GetAllLabelOutput = Array<{
    id: string;
    name: string;
    color: string | null;
}>;
//# sourceMappingURL=get-all-label.dto.d.ts.map