/* Input types for the render-json demo leaf. */ /** @sg */ export interface RenderJsonInput { /** Message to echo back. */ message: string; }