aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/models/privacy.ts
blob: e2235f444e1744487f0ddb7ccfd4255da5f705e3 (plain) (blame)
1
2
3
4
5
import { AuthedContext } from "..";

export interface PrivacyAware {
  ensureCanAccess(ctx: AuthedContext): void;
}