interface Comment {
    emoji?: string;
    text: string;
}

Properties

Properties

emoji?: string
text: string