AT
Size: a a a
AT
AR
🅷.
🅷.
🅷.
AR
V
AR
🅷.
t
t
type FooBar = {
showType: 'shift',
content?: string
} | {
showType: 'full',
content: string
}
t
showOffices(foobar: FooBar) {
return foobar.showType + foobar.content
}
t
this.showOffices({showType: 'shift'})
🅷.
t
🅷.
t
Д