Interface FieldInfo

interface FieldInfo {
    name: string;
    accessedBy: string[];
}

Properties

Properties

name: string
accessedBy: string[]