转帖

interface Repost {
    id: string;
    type: "REPOST";
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

id: string
type