转帖

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

Indexable

[key: string]: any

Properties

Properties

type: "REPOST"

Generated using TypeDoc