interface BytesSource<T> {
    bytes: T;
}

Type Parameters

  • T

Properties

Properties

bytes: T