An object with a remarks property.

interface IWithRemarksProp {
    remarks: Nilable<string>;
}

Properties

Properties

remarks: Nilable<string>

Optional notes/remarks. Should be handled as Markdown, if possible.

Generated using TypeDoc