Interface HexObject

interface HexObject {
    a: string;
    b: string;
    g: string;
    r: string;
}

Properties

a b g r

Properties

a: string
b: string
g: string
r: string