interface News {
    $type$: "News";
    content: string;
}

Properties

Properties

$type$: "News"
content: string