DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupUpdateToOneWithWhereWithoutGuildsInput

    type GuildLeaveSetupUpdateToOneWithWhereWithoutGuildsInput = {
        data: XOR<
            GuildLeaveSetupUpdateWithoutGuildsInput,
            GuildLeaveSetupUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildLeaveSetupWhereInput;
    }
    Index

    Properties

    Properties