~~ semiColons: asi ~~
== should format without a semi-colon ==
type T = {
    method(): string;
};

[expect]
type T = {
    method(): string
}
