Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 478 Bytes

File metadata and controls

33 lines (24 loc) · 478 Bytes

get_interface_contract

Exported symbols + models + routes the file exposes. Use to understand a module's public API before consuming it.

Input schema

{
  "type": "object",
  "properties": {
    "file": {
      "type": "string"
    }
  },
  "required": [
    "file"
  ]
}

Required arguments

  • file

Properties

Name Type Description
file string

See also