useOrgData.ts 88 B

12345
  1. export function useOrgData(options?: any) {
  2. const {} = options ?? {};
  3. return {};
  4. }