SerializedJsonFieldType

type SerializedJsonFieldType: | number | boolean | string | null | undefined | SerializedJsonFieldType[] | object;