export interface DialogueLine {
	speaker: string;
	text: string;
}
