WithAuth

View Source

Signature

type WithAuth<context, identity> = MergeContext<
  context,
  [readonly [typeof Auth, AuthState<identity>]]
>;