Type alias PatchFilesDataArg

PatchFilesDataArg: {
    groupId: string;
    patchFilesBody: PatchFilesBody;
    path: string;
}

Type declaration