@gsb-core/mcp-docs
Version:
Documentation for GSB MCP implementations
15 lines (14 loc) • 444 B
TypeScript
/**
* Documentation for the updateEntityDef operation
*/
/**
* Returns documentation for the updateEntityDef operation
* @return {string} markdown documentation
*/
export declare function updateEntityDefDocs(): string;
/**
* Returns a brief summary of the updateEntityDef operation.
* @return {string} A short description of the function.
*/
export declare function updateEntityDefSummary(): string;
export default updateEntityDefDocs;