Interface InputJSON<T>

Type Parameters

  • T = unknown

Hierarchy

  • InputJSON

Properties

Properties

data: T[]
meta: {
    name: string;
    type: string;
}[]

Type declaration

  • name: string
  • type: string

Generated using TypeDoc