Takomo v9.0.2
    Preparing search index...

    Type Alias CreateCustomStackResult<STATE>

    CreateCustomStackResult:
        | SuccessfulCreateCustomStackResult<STATE>
        | FailedCreateCustomStackResult

    Represents the result of creating a custom stack.

    Type Parameters