DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutLevelSettingsInput

    type GuildsUpsertWithoutLevelSettingsInput = {
        create: XOR<
            GuildsCreateWithoutLevelSettingsInput,
            GuildsUncheckedCreateWithoutLevelSettingsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutLevelSettingsInput,
            GuildsUncheckedUpdateWithoutLevelSettingsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties