pl-fe: Me can't be undefined
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
efe5df7c99
commit
8452382d56
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import {
|
|||
PlFeConfigRecord,
|
||||
} from 'pl-fe/normalizers/pl-fe/pl-fe-config';
|
||||
|
||||
type Me = string | null | false | undefined;
|
||||
type Me = string | null | false;
|
||||
|
||||
type PromoPanelItem = ReturnType<typeof PromoPanelItemRecord>;
|
||||
type FooterItem = ReturnType<typeof FooterItemRecord>;
|
||||
|
|
Loading…
Reference in a new issue