Type alias ColumnReferencePrivate

ColumnReference: Col | {
    [col]: string;
}

Internal type - prone to changes. Do not export.

Type declaration

  • [col]: string