ã¾ãããâ Compiler APIãLanguage Serviceâ é£è§£ãªåããºã«ãåºé¡ãã¦åãã¦ã³ãåã話â å ¨TSerãåããºã«ããã¹ãã ðââï¸ åããºã«ã¨èãã¦èº«æ§ããæ¹ã«èº«è¿ã«æãã¦ããããã ã©ã£ã¡ãæèã³ã¹ããé«ããHTTPã¡ã½ãã // ã¡ããã¨æ¸¡ãã°OK const httpMethod: string = 'GET' // æ£ãããªãå¤ã渡ãã¦ãã¨ã©ã¼ã«ãªã£ã¦ãããªã const httpMethod: string = 'hogehoge'type HTTPMethod = 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE' // ... // ã¡ããã¨æ¸¡ãã°OK const httpMethod: HTTPMethod = 'GET' // æ£ãããªãå¤ã渡ãã¨åã¨ã©ã¼ const httpMethod: HTTPMeth
{{#tags}}- {{label}}
{{/tags}}