mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
feat: use tag @validatable to mark schema types
This commit is contained in:
@@ -18,6 +18,8 @@ import {SCSearchResult} from './SearchResponse';
|
||||
* A multi search response
|
||||
*
|
||||
* This is a map of [[SCSearchResponse]]s indexed by name
|
||||
*
|
||||
* @validatable
|
||||
*/
|
||||
export interface SCMultiSearchResponse {
|
||||
[k: string]: SCSearchResult;
|
||||
|
||||
Reference in New Issue
Block a user