Takomo v9.0.2
    Preparing search index...

    Type Alias GetCurrentStateResult<STATE>

    GetCurrentStateResult:
        | SuccessfulGetCurrentStateResult<STATE>
        | FailedGetCurrentStateResult

    Represents the result of getting the current state of a custom stack.

    Type Parameters