bedrock-kit
    Preparing search index...

    Interface CommentBlock

    interface CommentBlock {
        description: string;
        problems: Problem[];
        source: Line[];
        tags: Spec[];
    }
    Index

    Properties

    description: string
    problems: Problem[]
    source: Line[]
    tags: Spec[]