1
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import {
|
||||
type RuntimeSaveCheckpointInput as SharedRuntimeSaveCheckpointInput,
|
||||
type SavedGameSnapshot as SharedSavedGameSnapshot,
|
||||
type SavedGameSnapshotInput as SharedSavedGameSnapshotInput,
|
||||
} from '../../packages/shared/src/contracts/runtime';
|
||||
import type {GameState, StoryMoment} from '../types';
|
||||
import type {BottomTab} from '../types/navigation';
|
||||
import type { GameState, StoryMoment } from '../types';
|
||||
import type { BottomTab } from '../types/navigation';
|
||||
|
||||
export type SavedGameSnapshot = SharedSavedGameSnapshot<
|
||||
GameState,
|
||||
@@ -16,3 +17,6 @@ export type SavedGameSnapshotInput = SharedSavedGameSnapshotInput<
|
||||
BottomTab,
|
||||
StoryMoment
|
||||
>;
|
||||
|
||||
export type RuntimeSaveCheckpointInput =
|
||||
SharedRuntimeSaveCheckpointInput<BottomTab>;
|
||||
|
||||
Reference in New Issue
Block a user