1
This commit is contained in:
@@ -29,6 +29,12 @@ export type SavedGameSnapshotInput<
|
||||
savedAt?: string;
|
||||
};
|
||||
|
||||
export type RuntimeSaveCheckpointInput<TBottomTab extends string = string> = {
|
||||
sessionId: string;
|
||||
bottomTab: TBottomTab;
|
||||
savedAt?: string;
|
||||
};
|
||||
|
||||
export type RuntimeSettings = {
|
||||
musicVolume: number;
|
||||
platformTheme: PlatformTheme;
|
||||
|
||||
Reference in New Issue
Block a user