const obj = { a: string, b: number } const nullableObj = { a: string | null, b: number | null } Назад