/** * Contains the name of the property of the object, or the function that returns this name. */ export declare type PropertyTypeFactory = string | ((t: T) => string | any);