@ark7/model - v2.0.56
    Preparing search index...

    Interface Schema

    1.0.0

    interface Schema {
        fileName?: string;
        name: string;
        props: Property[];
        protoMessageName?: string;
        protoNestedIn?: string;
    }
    Index

    Properties

    fileName?: string
    name: string
    props: Property[]
    protoMessageName?: string
    protoNestedIn?: string