fix: update planty types
This commit is contained in:
@@ -36,7 +36,7 @@ export interface DialogNode {
|
|||||||
|
|
||||||
export interface Choice {
|
export interface Choice {
|
||||||
label: string;
|
label: string;
|
||||||
next: string | null;
|
next?: string | null;
|
||||||
onclick?: () => void;
|
onclick?: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user