9 lines
182 B
TypeScript
9 lines
182 B
TypeScript
/**
|
|
* CategoryIconViewData
|
|
*
|
|
* ViewData for category icon media rendering.
|
|
*/
|
|
export interface CategoryIconViewData {
|
|
buffer: string; // base64 encoded
|
|
contentType: string;
|
|
} |