właściwość interfejsu TypeScript wiele typów

interface Foo {
    bar:string|boolean;
}
Defiant Dove