pulumi/sdk/nodejs/queryable
Robbie McKinstry 9658df87e7
This commit safely replaces empty interfaces with type aliases.
Empty interfaces have no effect, even when they are subtyping
other interfaces. An empty interface is always equivalent to its supertype.
They can be safely replaced with type aliases, which better express
the semantic equivalence between the two types.
2023-05-11 23:10:00 -04:00
..
index.ts This commit safely replaces empty interfaces with type aliases. 2023-05-11 23:10:00 -04:00