feat: work on windows resizing
This commit is contained in:
@ -68,3 +68,10 @@ export interface SyncResult {
|
||||
synced: number;
|
||||
errors: string[];
|
||||
}
|
||||
|
||||
export interface QuestStep {
|
||||
index: number;
|
||||
text: string;
|
||||
images: string[];
|
||||
launch_position: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user