Steven Stavrakis
06/26/2022, 7:13 PMType 'string | string[]' is not assignable to type 'string | StringFieldUpdateOperationsInput | undefined'.
Type 'string[]' is not assignable to type 'string | StringFieldUpdateOperationsInput | undefined'.ts(2322)
Is about? I'm not sure why the type is being defined with string[]Takeo Kusama
06/26/2022, 10:24 PM