DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutTwitchNotificationsInput

    type GuildsCreateOrConnectWithoutTwitchNotificationsInput = {
        create: XOR<
            GuildsCreateWithoutTwitchNotificationsInput,
            GuildsUncheckedCreateWithoutTwitchNotificationsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties