以下のコードでエラーになるものはどれですか? ```typescript interface Config { host: string; port: number; ssl?: boolean; } ```