Type alias Ty

Ty: {
    arrayLength?: number | null;
    arrayType?: Ty;
    components?: Ty[];
    type: string;
}

Type declaration

  • Optional arrayLength?: number | null
  • Optional arrayType?: Ty
  • Optional components?: Ty[]
  • type: string

Generated using TypeDoc v0.25.2