export interface Foo {
  curly?: string[];
                  ~ [0]
  larry: number;
               ~ [0]
  moe: number
            ~ [0]
}
[0]: Trailing comma is required in interfaces properties.
