Propriedade da Interface TypeScript vários tipos

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