Type Alias SharingSettingsPatchCompliant

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

The operation to be performed.

path: "/enable-sharing" | "/enable-report-subscription"

The path for the given resource field to patch.

value?: unknown

The value to be used for this operation.