cal.pub0.org/packages/features/ee/organizations/hooks/index.ts

6 lines
148 B
TypeScript

import { trpc } from "@calcom/trpc/react";
export function useOrgBrandingValues() {
return trpc.viewer.organizations.getBrand.useQuery().data;
}