Interface IPathToLookupOptions

interface IPathToLookupOptions {
    linkKey?: string;
    owner?: string;
    path: string;
}

Properties

Properties

linkKey?: string
owner?: string
path: string