Type alias ObjectWithTypeFieldGenericPassthrough<T>

ObjectWithTypeFieldGenericPassthrough<T>: {
    type: T;
} & Attributes

Type Parameters

  • T

Type declaration

  • type: T

Generated using TypeDoc