OperationStatusType type

OperationStatusType の値を定義します。 指定できる値は、'Failed'、'FAILED'、'Success' です。

type OperationStatusType = "Failed" | "FAILED" | "Success"