Skip to main content

Interface: BcsTypeOptions<T, Input>

Type Parameters

T

Input = T

Properties

name?

optional name: string


validate()?

optional validate: (value) => void

Parameters

value: Input

Returns

void