Takomo v9.0.1
    Preparing search index...

    Type Alias CreateCustomStackResult<STATE>

    CreateCustomStackResult:
        | SuccessfulCreateCustomStackResult<STATE>
        | FailedCreateCustomStackResult

    Represents the result of creating a custom stack.

    Type Parameters