Type Alias JSONPatchPinnedLinkPayload

JSONPatchPinnedLinkPayload: {
    op: "replace";
    path: "/name" | "/link";
    value: string;
}[]