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