Type alias GetRecord<O>

GetRecord<O>: {
    [K in keyof O]: ((equalityFn?) => O[K])
}

Type Parameters

  • O

Generated using TypeDoc