interface TrailingIcon {
    picUrl: string;
    picture: {
        format: string;
        picUrl: string;
    };
    url: string;
}

Properties

Properties

picUrl: string
picture: {
    format: string;
    picUrl: string;
}

Type declaration

  • format: string
  • picUrl: string
url: string