angular-odata
angular-odata copied to clipboard
Broken typing of `select` inside of `expand`
Recently I have noticed that auto-completion of column names inside expand select no longer seems to work:
const commentExpand: Expand<Comment> = {
user: {
// no user column auto-completion here
select: []
}
};
Simple query select works as expected.