interface Data {
    functions: Map<string, string>;
}

Hierarchy (view full)

Properties

Properties

functions: Map<string, string>