Type alias DescribeIcon

DescribeIcon: {
    contentType: string;
    height?: number | null;
    theme: string;
    url: string;
    width?: number | null;
}

Type declaration

  • contentType: string
  • Optional height?: number | null
  • theme: string
  • url: string
  • Optional width?: number | null