Interface WallWallCommentDonut

interface WallWallCommentDonut {
    is_don: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

is_don: number | boolean

Means commentator is donator

Generated using TypeDoc