Answers for "pending = pending$ async type 'boolean null' is not assignable"

0

pending = pending$ async type 'boolean null' is not assignable

interface Foo {
    prop?: boolean;
}

const bar: Foo = {
    prop: null
};
Posted by: Guest on February-27-2021

Code answers related to "pending = pending$ async type 'boolean null' is not assignable"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language