Type alias QueryReference<T>

QueryReference<T>: T extends undefined
    ? RefPropertyDefault
    : RefProperty<T>

Type Parameters

  • T