IdentityPlugin type

The type of an Azure Identity plugin, a function accepting a plugin context.

type IdentityPlugin = (context: unknown) => void