DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutSecurityInput

    type GuildsUpsertWithoutSecurityInput = {
        create: XOR<
            GuildsCreateWithoutSecurityInput,
            GuildsUncheckedCreateWithoutSecurityInput,
        >;
        update: XOR<
            GuildsUpdateWithoutSecurityInput,
            GuildsUncheckedUpdateWithoutSecurityInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties