interface StepData {
    choice: number;
    community_guideline_body: string[];
    community_guideline_header: string;
    entry_point: string;
    is_appealable: boolean;
    responsible_content: ResponsibleContent;
    strike_level: number;
    system_id: number;
    violation_content_group: string;
}

Properties

choice: number
community_guideline_body: string[]
community_guideline_header: string
entry_point: string
is_appealable: boolean
responsible_content: ResponsibleContent
strike_level: number
system_id: number
violation_content_group: string