The handbook addresses
The handbook states that you can separate properties using
,
or;
, and the last separator is optional in either case.
Is it possible to use line breaks to separate object properties like this? If so, where is this information documented?
interface Bar {
x: number
y: number
}