Type Alias ClientFAQUpsertArgs<ExtArgs>

ClientFAQUpsertArgs<ExtArgs>: {
    create: XOR<ClientFAQCreateInput, ClientFAQUncheckedCreateInput>;
    include?: ClientFAQInclude<ExtArgs> | null;
    omit?: ClientFAQOmit<ExtArgs> | null;
    select?: ClientFAQSelect<ExtArgs> | null;
    update: XOR<ClientFAQUpdateInput, ClientFAQUncheckedUpdateInput>;
    where: ClientFAQWhereUniqueInput;
}

ClientFAQ upsert

Type Parameters

Type declaration