yanzhen-design-vue
Version:
12 lines (11 loc) • 761 B
TypeScript
import { ContactsProps } from '../contacts';
import { HttpRequestOptions } from '@yanzhen-lowcode/core';
export declare const useContactsApi: <T extends Partial<ContactsProps>>(props: T) => {
getSearchList: <T_1 extends Partial<HttpRequestOptions>>(options: T_1) => any;
getUserList: (options: Partial<HttpRequestOptions>) => any;
getUsuallyList: <T_1 extends Partial<HttpRequestOptions>>(options: T_1) => any;
getOutOrgList: <T_1 extends Partial<HttpRequestOptions>>(options: T_1) => any;
getRoleList: <T_1 extends Partial<HttpRequestOptions>>(options: T_1) => any;
getGroupList: <T_1 extends Partial<HttpRequestOptions>>(options: T_1) => any;
getOrganizationList: <T_1 extends Partial<HttpRequestOptions>>(options: T_1) => any;
};