Type Alias InsertPatchInternal

InsertPatch:
    | { before: string; items: Any[] }
    | { after: string; items: Any[] }
    | { items: Any[]; replace: string }