Type alias SpecifiedField

SpecifiedField: string | QuerySafeValue | {
    alias: string;
    field: string | QuerySafeValue;
}

Type alias for an item that refers to a field on a table.