mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
7 lines
184 B
TypeScript
7 lines
184 B
TypeScript
export {
|
|
useCreateGithubSyncOrgConfig,
|
|
useDeleteGithubSyncOrgConfig,
|
|
useUpdateGithubSyncOrgConfig
|
|
} from "./mutations";
|
|
export { githubOrgSyncConfigQueryKeys } from "./queries";
|