6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
export interface IAcceptQuestRequestData
|
||
|
{
|
||
|
Action: "QuestAccept"
|
||
|
qid: string
|
||
|
type: string
|
||
|
}
|