UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

7 lines 388 B
import { HTTPClient } from '../../../../utils/http'; import { CRUD } from '../../../../utils'; import { IdpRoleRule, CreateIdpRoleRuleDTO, UpdateIdpRoleRuleDTO } from '../types'; export declare class IdpRoleRulesAPI extends CRUD<IdpRoleRule, CreateIdpRoleRuleDTO, UpdateIdpRoleRuleDTO> { constructor(httpClient: HTTPClient, baseUrl: string); } //# sourceMappingURL=role-rules.d.ts.map