UNPKG

graphdb-workbench

Version:
7 lines (6 loc) 321 B
import { AuthorityList } from '../../../models/security/authorization/authority-list'; import { MapperFn } from '../../../providers/mapper/mapper-fn'; /** * Mapper class for converting Authority arrays to AuthorityList models. */ export declare const mapAuthorityListResponseToModel: MapperFn<string[], AuthorityList>;