Status1 type

Status1 の値を定義します。 使用可能な値は、'created'、'ready'、'invalid' です。

type Status1 = "created" | "ready" | "invalid"