Interface TestCommentOption

interface TestCommentOption {
    newComment: boolean;
    repeater: boolean;
    serviceType: keyof ServiceList;
    speech: boolean;
    subscribe: boolean;
    write: boolean;
}

Properties

newComment: boolean
repeater: boolean
serviceType: keyof ServiceList
speech: boolean
subscribe: boolean
write: boolean