mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-15 19:24:23 +08:00
6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
export type AboutUpdateActionsSurface = 'settings-center' | 'legacy-modal';
|
|
|
|
export const shouldShowFooterReleaseNotesAction = (
|
|
surface: AboutUpdateActionsSurface,
|
|
): boolean => surface === 'legacy-modal';
|