Interface IPackedFixture

interface IPackedFixture {
    hologram: IPackedHologram;
    name: string;
    [_: string]: ValueType;
}

Indexable

[_: string]: ValueType

Properties

Properties

hologram: IPackedHologram
name: string

Generated using TypeDoc