DisBot
    Preparing search index...

    Type Alias GuildComponentManagerCreateOrConnectWithoutGuildsInput

    type GuildComponentManagerCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildComponentManagerCreateWithoutGuildsInput,
            GuildComponentManagerUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildComponentManagerWhereUniqueInput;
    }
    Index

    Properties

    Properties