DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUpsertWithoutGuildsInput

    type GuildComponentManagerUpsertWithoutGuildsInput = {
        create: XOR<
            GuildComponentManagerCreateWithoutGuildsInput,
            GuildComponentManagerUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildComponentManagerUpdateWithoutGuildsInput,
            GuildComponentManagerUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildComponentManagerWhereInput;
    }
    Index

    Properties

    Properties