/** * @tsplus type Any */ export interface Any extends HKT.Typeclass { readonly Law: { readonly Any: "Any" } readonly any: () => HKT.Kind }