Takomo v9.0.1
    Preparing search index...

    Type Alias SuccessfulCreateCustomStackResult<STATE>

    Represents a successful result of creating a custom stack.

    type SuccessfulCreateCustomStackResult<STATE extends CustomStackState> = {
        createdState: STATE;
        success: true;
    }

    Type Parameters

    Index

    Properties

    createdState: STATE

    The state of the custom stack after creation.

    success: true