Interface WorldSelectQuestRequest

interface WorldSelectQuestRequest {
    questID?: string;
}

Properties

Properties

questID?: string