ArrayPatchString: {
    set: string[];
} | {
    add?: string[];
    remove?: string[];
}