0
私はこのtslintエラーを受け取りました。私はそれを理解できません。インターフェイスは大文字で始まります。`(interface-name)[typescript/tslint]`ルールのエラー?
29 col 11 error| interface name must start with a capitalized I (interface-name) [typescript/tslint]
S> 29 interface Props {
30 answerQuestion: (answerQuestion: AnswerQuestion) => void;