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