Interface MethodInfo

interface MethodInfo {
    name: string;
    accessedFields: string[];
}

Properties

Properties

name: string
accessedFields: string[]