Type Alias TableSchemaToRowLike<T>

TableSchemaToRowLike: { [key in keyof T]: InstanceType<T[key]> }

Type Parameters