Interface CardRenderDetails

interface CardRenderDetails {
    totalNumberOfCodeBlocks?: number;
}

Properties

totalNumberOfCodeBlocks?: number