Interface ITenantUpdate

interface ITenantUpdate {
    op: "replace" | "add" | "renew";
    path: string;
    value: string;
}

Properties

Properties

op: "replace" | "add" | "renew"
path: string
value: string