index.d.ts 96 B

123
  1. export * from "./staff.module";
  2. export * from "./staff.guard";
  3. export * from "./staff.service";