prettier/tests/quote_props_typescript/types.ts

10 lines
81 B
TypeScript

type T = {
0: string;
5: number;
}
type U = {
0: string;
"5": number;
}