export const QueryParams = { gallery: { random: { directory: 'dir', recursive: 'recursive', orientation: 'orientation', fromDate: 'fromDate', toDate: 'toDate', minResolution: 'fromRes', maxResolution: 'toRes' }, search: { type: 'type' }, photo: 'p', sharingKey_query: 'sk', sharingKey_params: 'sharingKey', searchText: 'searchText', directory: 'directory', knownLastModified: 'klm', knownLastScanned: 'kls' } };