import { CardRowTemplateInfo } from"./CardRowTemplateInfo.js";
exporttypeCardTemplateOverride = {
/**
* Template information for rows in the card view. At most three rows are allowed to be specified.
*/cardRowTemplateInfos?: CardRowTemplateInfo[];
};