Interface IReportTemplatePatch

interface IReportTemplatePatch {
    from: string;
    op: string;
    path: string;
    value: {};
}

Properties

Properties

from: string
op: string
path: string
value: {}

Type declaration