Skip to main content
Version: v1

TSTResult Interface

Signature

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