cactbot
cactbot copied to clipboard
new ts operator to do type checking
https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#the-satisfies-operator
export default {} satisfies TriggerSet<Data>
This looks clear than assignment, but looks like it doesn't check extra property, like typo triggers trigger
currently ts 4.9 doesn't work with ttypescript
Ooh, that's really nice.