UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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