DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutReactionRoleInput

    type GuildsCreateNestedOneWithoutReactionRoleInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutReactionRoleInput;
        create?: XOR<
            GuildsCreateWithoutReactionRoleInput,
            GuildsUncheckedCreateWithoutReactionRoleInput,
        >;
    }
    Index

    Properties