DisBot
    Preparing search index...

    Type Alias PollsCreateOrConnectWithoutGuildsInput

    type PollsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            PollsCreateWithoutGuildsInput,
            PollsUncheckedCreateWithoutGuildsInput,
        >;
        where: PollsWhereUniqueInput;
    }
    Index

    Properties

    Properties