/** * Items that have a single, consistent token */ export interface IUnaryTokenStatic { token: T; }