interface Object<T0> {
    inner: string;
}

Type Parameters

  • T0

Properties

Properties

inner: string