Interface TestCommentOption

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

Properties

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