DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUncheckedCreateNestedOneWithoutGuildsInput

    type GuildComponentManagerUncheckedCreateNestedOneWithoutGuildsInput = {
        connect?: GuildComponentManagerWhereUniqueInput;
        connectOrCreate?: GuildComponentManagerCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildComponentManagerCreateWithoutGuildsInput,
            GuildComponentManagerUncheckedCreateWithoutGuildsInput,
        >;
    }
    Index

    Properties