Interface AbstractStacklaPixelEvent<D>

interface AbstractStacklaPixelEvent<D> {
    d: D;
    n: string;
}

Type Parameters

  • D

Properties

d n

Properties

d: D
n: string