DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutAutoAutoDeletesInput

    type GuildsCreateOrConnectWithoutAutoAutoDeletesInput = {
        create: XOR<
            GuildsCreateWithoutAutoAutoDeletesInput,
            GuildsUncheckedCreateWithoutAutoAutoDeletesInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties