DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutTwitchNotificationsInput

    type GuildsCreateNestedOneWithoutTwitchNotificationsInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutTwitchNotificationsInput;
        create?: XOR<
            GuildsCreateWithoutTwitchNotificationsInput,
            GuildsUncheckedCreateWithoutTwitchNotificationsInput,
        >;
    }
    Index

    Properties