Partager via


UnknownObject type

Forme générique pour un objet JS simple.

type UnknownObject = { [s: string]: unknown }