輸入球成功結果。

interface Input3DBallSuccessResult {
    geo: Input3DBallResult;
    success: true;
}

Hierarchy

  • InputSuccessResult<Input3DBallResult>
    • Input3DBallSuccessResult

Properties

Properties

geo: Input3DBallResult

幾何。

success: true

是否成功。

Generated using TypeDoc