DisBot
    Preparing search index...

    Type Alias PollAnswersMinAggregateOutputType

    type PollAnswersMinAggregateOutputType = {
        Id: number | null;
        PollId: string | null;
        PollOptionId: string | null;
        UUID: string | null;
    }
    Index

    Properties

    Id: number | null
    PollId: string | null
    PollOptionId: string | null
    UUID: string | null