UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

15 lines (14 loc) 480 B
/** * Documentation for the getCommonPropertyDefs operation */ /** * Returns documentation for the getCommonPropertyDefs operation * @return {string} markdown documentation */ export declare function getCommonPropertyDefsDocs(): string; /** * Returns a brief summary of the getCommonPropertyDefs operation. * @return {string} A short description of the function. */ export declare function getCommonPropertyDefsSummary(): string; export default getCommonPropertyDefsDocs;