@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
16 lines • 394 B
TypeScript
/**
* Params for search by label
*
* @category Model V2
*/
export interface ILabelSearchParams {
/**
* Iri of the project the search by label is restricted to, if any.
*/
limitToResourceClass?: string;
/**
* Iri of the project the search by label is restricted to, if any.
*/
limitToProject?: string;
}
//# sourceMappingURL=i-label-search-params.d.ts.map