Skip to main content
Version: v1

TSTResult Interface

Signature

export interface TSTResult<T>

Type Parameters

ParameterDescription
T

Properties

PropertyTypeDescription
keystring
valT

Property Details

key

Signature

key: string;

Type: string

val

Signature

val: T;

Type: T