Interface OmakaseChart<T>

interface OmakaseChart<T> {
    cues: T[];
}

Type Parameters

Hierarchy (view full)

Properties

Properties

cues: T[]