UNPKG

@zextras/carbonio-admin-ui

Version:

The Zextras Carbonio web admin

14 lines (13 loc) 265 B
/* * SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com> * * SPDX-License-Identifier: AGPL-3.0-only */ export type QueryChip = { label: string; value?: string; isGeneric?: boolean; isQueryFilter?: boolean; hasAvatar?: boolean; app?: string; };