aimpress-chatbot/node_modules/botframework-schema/lib/sharepoint/cardView/cardImage.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

14 lines
No EOL
275 B
TypeScript

/**
* Properties for the image or icon rendered in a card view.
*/
export interface CardImage {
/**
* The URL to display as image or icon.
*/
url: string;
/**
* The alt text.
*/
altText?: string;
}
//# sourceMappingURL=cardImage.d.ts.map