DisBot
    Preparing search index...

    Type Alias PollAnswersUncheckedCreateWithoutPollOptionsInput

    type PollAnswersUncheckedCreateWithoutPollOptionsInput = {
        Id?: number;
        PollId: string;
        UUID: string;
    }
    Index

    Properties

    Properties

    Id?: number
    PollId: string
    UUID: string