DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutAutoRolesInput

    type GuildsCreateOrConnectWithoutAutoRolesInput = {
        create: XOR<
            GuildsCreateWithoutAutoRolesInput,
            GuildsUncheckedCreateWithoutAutoRolesInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties