Coda by Ian Macalinao
    Preparing search index...

    Interface FixedCountNode

    interface FixedCountNode {
        kind: "fixedCountNode";
        value: number;
    }
    Index

    Properties

    Properties

    kind: "fixedCountNode"
    value: number