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