DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutAutoPublishInput

    type GuildsCreateOrConnectWithoutAutoPublishInput = {
        create: XOR<
            GuildsCreateWithoutAutoPublishInput,
            GuildsUncheckedCreateWithoutAutoPublishInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties