DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutAutoRolesInput

    type GuildsCreateNestedOneWithoutAutoRolesInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoRolesInput;
        create?: XOR<
            GuildsCreateWithoutAutoRolesInput,
            GuildsUncheckedCreateWithoutAutoRolesInput,
        >;
    }
    Index

    Properties