Interface ArgumentType<T, U>

interface ArgumentType<T, U> {
    specificType: U;
    type: T;
}

Type Parameters

Properties

Properties

specificType: U
type: T

Generated using TypeDoc