Type alias unknownLiteral

unknownLiteral: string | number | bigint | symbol | object | null | undefined | {}

Like unknown, except it includes some primitive type just so generics can pick any commonly-used primitive type.