Interface DescComments

Comments on an element in a protobuf source file.

interface DescComments {
    leading?: string;
    leadingDetached: readonly string[];
    sourcePath: readonly number[];
    trailing?: string;
}

Properties

leading?: string
leadingDetached: readonly string[]
sourcePath: readonly number[]
trailing?: string