@patternmeshjs/core
    Preparing search index...

    Type Alias ReadBundleDecl

    type ReadBundleDecl = {
        maxDepth?: number;
        name: string;
        steps: readonly ReadBundleStepDecl[];
    }
    Index

    Properties

    Properties

    maxDepth?: number
    name: string
    steps: readonly ReadBundleStepDecl[]