interface Element<T0> {
    bytes: number[];
}

Type Parameters

  • T0

Properties

Properties

bytes: number[]