Interface BugtrackerCreateCommentResponse

interface BugtrackerCreateCommentResponse {
    comment_flood: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

comment_flood: number | boolean

Generated using TypeDoc