DisBot
    Preparing search index...

    Type Alias TicketsMinAggregateOutputType

    type TicketsMinAggregateOutputType = {
        ArchiveMessageId: string | null;
        AutoAssignHandler: string | null;
        AutoReplyMessageTemplateId: string | null;
        ChannelId: string | null;
        ChannelType: number | null;
        CloseActionReason: string | null;
        ClosedAt: Date | null;
        CreatedAt: Date | null;
        GuildId: string | null;
        Id: number | null;
        IsArchived: boolean | null;
        IsAutoDone: boolean | null;
        IsClaimed: boolean | null;
        IsClosed: boolean | null;
        IsLocked: boolean | null;
        LastMessageId: string | null;
        OldTicketCategoryId: string | null;
        OnlyClaimMode: boolean | null;
        SendTranscriptToUser: boolean | null;
        ThreadId: string | null;
        TicketFeedbackChannelId: string | null;
        TicketId: string | null;
        TicketOwnerId: string | null;
        TicketSetupId: string | null;
        TranscriptChannelId: string | null;
        TranscriptHTML: string | null;
        TranscriptJSON: string | null;
        UserDMWhenCloseMessageTemplateId: string | null;
        UserWhoHasClaimedId: string | null;
        WithTicketFeedback: boolean | null;
    }
    Index

    Properties

    ArchiveMessageId: string | null
    AutoAssignHandler: string | null
    AutoReplyMessageTemplateId: string | null
    ChannelId: string | null
    ChannelType: number | null
    CloseActionReason: string | null
    ClosedAt: Date | null
    CreatedAt: Date | null
    GuildId: string | null
    Id: number | null
    IsArchived: boolean | null
    IsAutoDone: boolean | null
    IsClaimed: boolean | null
    IsClosed: boolean | null
    IsLocked: boolean | null
    LastMessageId: string | null
    OldTicketCategoryId: string | null
    OnlyClaimMode: boolean | null
    SendTranscriptToUser: boolean | null
    ThreadId: string | null
    TicketFeedbackChannelId: string | null
    TicketId: string | null
    TicketOwnerId: string | null
    TicketSetupId: string | null
    TranscriptChannelId: string | null
    TranscriptHTML: string | null
    TranscriptJSON: string | null
    UserDMWhenCloseMessageTemplateId: string | null
    UserWhoHasClaimedId: string | null
    WithTicketFeedback: boolean | null