prettier/tests/typescript_tuple/tuple.ts

10 lines
190 B
TypeScript

export type SCMRawResource = [
number /*handle*/,
string /*resourceUri*/,
modes.Command /*command*/,
string[] /*icons: light, dark*/,
boolean /*strike through*/,
boolean /*faded*/
];