Interface BcsTypeOptions<T, Input>

interface BcsTypeOptions<T, Input> {
    name?: string;
    validate?: ((value) => void);
}

Type Parameters

  • T
  • Input = T

Properties

Properties

name?: string
validate?: ((value) => void)

Type declaration

    • (value): void
    • Parameters

      Returns void