export type ScreenHomeViewInput = {
  kartNumber?: number | null;
};
