CCC Docs
    Preparing search index...

    Type Alias CellDepInfoLike

    type CellDepInfoLike = {
        cellDep: CellDepLike;
        type?: ScriptLike | null;
    }
    Index

    Properties

    Properties

    cellDep: CellDepLike
    type?: ScriptLike | null