type.js 138 B

1234
  1. type A = {disabled?: boolean, error?: string}
  2. const foo: {aasdf?: string; asdf?: number; foob?: string; zzz?: string; yyy: string} = {}