UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

10 lines (9 loc) 209 B
import { CARD_THEME } from '../common.js'; export default class CardDetails { title?: string; icon?: string; thumbnail?: string; theme?: CARD_THEME; color?: string; preview?: string; }