Coming from a background in art and music
Love to create things
www.kyrre.dev
I’ve written some blog posts about playwriting and playwright setup here: www.kyrre.dev/blog
I’ve written some blog posts about playwriting and playwright setup here: www.kyrre.dev/blog
```ts
const b2 = 'kozijn' as const;
const a2: A2 = {
nested: {
b: b2,
c: null,
},
};
```
the error goes away.
```ts
const b2 = 'kozijn' as const;
const a2: A2 = {
nested: {
b: b2,
c: null,
},
};
```
the error goes away.