interface UnSigned<T> {
    content: T;
}

Type Parameters

  • T

Properties

Properties

content: T