EntityDataType<T>: T extends Entity<infer DataType>
    ? DataType
    : never

Type Parameters

  • T

Generated using TypeDoc