次の方法で共有


ErrorType type

ErrorType の値を定義します。 指定できる値は、'Default'、'Warning'、'Error' です。

type ErrorType = "Default" | "Warning" | "Error"