Takomo v9.0.1
    Preparing search index...

    Type Alias ParseConfigProps

    Represents the properties passed to parse a custom stack configuration function.

    type ParseConfigProps = {
        logger: TkmLogger;
        rawConfig: unknown;
        stackPath: StackPath;
    }
    Index

    Properties

    logger: TkmLogger

    The logger instance to be used for logging.

    rawConfig: unknown

    The raw configuration object to be parsed.

    stackPath: StackPath

    The stack path of the custom stack.