7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
interface GridSummonParams {
|
|
summon_id: string
|
|
position?: number
|
|
uncap_level?: number
|
|
transcendence_step?: number
|
|
quick_summon?: boolean
|
|
}
|