DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutPollsInput

    type GuildsCreateOrConnectWithoutPollsInput = {
        create: XOR<
            GuildsCreateWithoutPollsInput,
            GuildsUncheckedCreateWithoutPollsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties