tuple.ts 190 B

12345678910
  1. export type SCMRawResource = [
  2. number /*handle*/,
  3. string /*resourceUri*/,
  4. modes.Command /*command*/,
  5. string[] /*icons: light, dark*/,
  6. boolean /*strike through*/,
  7. boolean /*faded*/
  8. ];