Version: v1On this pageTSTResult InterfaceSignature export interface TSTResult<T> Type Parameters ParameterDescriptionT Properties PropertyTypeDescriptionkeystringvalT Property Details key Signature key: string; Type: string val Signature val: T; Type: T