pl-fe: Me can't be undefined

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-22 16:38:00 +02:00
parent efe5df7c99
commit 8452382d56

View file

@ -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>;