DisBot
    Preparing search index...

    Type Alias ModerationScoutUserAppealsMaxAggregateOutputType

    type ModerationScoutUserAppealsMaxAggregateOutputType = {
        Case: string | null;
        CratedAt: Date | null;
        CreatedBy: string | null;
        FormId: string | null;
        Id: number | null;
        ModerationScoutFormId: string | null;
        ModerationScoutId: string | null;
        Token: string | null;
        UserId: string | null;
        UUID: string | null;
    }
    Index

    Properties

    Case: string | null
    CratedAt: Date | null
    CreatedBy: string | null
    FormId: string | null
    Id: number | null
    ModerationScoutFormId: string | null
    ModerationScoutId: string | null
    Token: string | null
    UserId: string | null
    UUID: string | null