Interface DBRequest_DBUpsert

interface DBRequest_DBUpsert {
    data: { [key: string]: any }[];
    entity: string[];
    entityData: RichStruct[];
    id: string[];
}

Properties

data: { [key: string]: any }[]
entity: string[]
entityData: RichStruct[]
id: string[]