@suluk/core - v0.1.13
    Preparing search index...

    Interface SourceGroup

    interface SourceGroup {
        file: string;
        symbol: string;
        kind?: string;
        operations: SourceRef[];
    }
    Index

    Properties

    file: string
    symbol: string
    kind?: string
    operations: SourceRef[]