Make the response use the expected property name
This commit is contained in:
parent
8162396c5d
commit
45a9d3db45
2 changed files with 2 additions and 2 deletions
2
server/src/types/data.d.ts
vendored
2
server/src/types/data.d.ts
vendored
|
|
@ -94,7 +94,7 @@ interface SelectObject {
|
|||
choice: string;
|
||||
}
|
||||
interface ChosenObject extends response {
|
||||
object?: string;
|
||||
choice?: string;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue