Interface TimelineFeedResponseHideReasonsV2Item

interface TimelineFeedResponseHideReasonsV2Item {
    reason: null | string;
    text: string;
}

Properties

Properties

reason: null | string
text: string