Type Alias SharingSettingsPatchCompliant

type SharingSettingsPatchCompliant = {
    op: "replace";
    path: "/enable-sharing" | "/enable-report-subscription";
    value?: unknown;
}
Index

Properties

Properties

op: "replace"

The operation to be performed.

path: "/enable-sharing" | "/enable-report-subscription"
value?: unknown