DisBot
    Preparing search index...

    Type Alias ModerationScoutReportModalDataMinAggregateOutputType

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

    Properties

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