Type alias UpdateType<T>

UpdateType<T>: T extends ColumnType<any, any, infer U>
    ? U
    : T

Type Parameters

  • T

Generated using TypeDoc