Known: {
    [key: string]: Known;
} | [Known, ...Known[]] | Known[] | number | string | boolean | null

Type declaration