Type alias SetRecord<O>

SetRecord<O>: {
    [K in keyof O]: ((value) => void)
}

Type Parameters

  • O

Generated using TypeDoc