DisBot
    Preparing search index...

    Type Alias ModerationScoutReportModalDataCreateWithoutModerationScoutInput

    type ModerationScoutReportModalDataCreateWithoutModerationScoutInput = {
        InteractionType: string;
        MaxLength?: number | null;
        MinLength?: number | null;
        ModerationScoutId: string;
        Name: string;
        Placeholder?: string | null;
        Required: boolean;
        Type: number;
    }
    Index

    Properties

    InteractionType: string
    MaxLength?: number | null
    MinLength?: number | null
    ModerationScoutId: string
    Name: string
    Placeholder?: string | null
    Required: boolean
    Type: number