DisBot
    Preparing search index...

    Type Alias PollOptionsUncheckedCreateInput

    type PollOptionsUncheckedCreateInput = {
        Description: string;
        Emoji?: string | null;
        Id?: number;
        Label: string;
        PollAnswers?: PollAnswersUncheckedCreateNestedManyWithoutPollOptionsInput;
        PollId: string;
        UserIds?: PollOptionsCreateUserIdsInput | string[];
        UUID: string;
    }
    Index

    Properties

    Description: string
    Emoji?: string | null
    Id?: number
    Label: string
    PollId: string
    UserIds?: PollOptionsCreateUserIdsInput | string[]
    UUID: string