Files
infisical/frontend/src/hooks/api/githubOrgSyncConfig/index.tsx
2025-04-28 19:48:56 +05:30

7 lines
184 B
TypeScript

export {
useCreateGithubSyncOrgConfig,
useDeleteGithubSyncOrgConfig,
useUpdateGithubSyncOrgConfig
} from "./mutations";
export { githubOrgSyncConfigQueryKeys } from "./queries";