Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComposeOptions<T>

Represents a list options to create a Record class

param

Record name

param

List of properties

param

Record type(s) to extend. All properties from specifed records becomes part of the new one.

Type parameters

  • T

Hierarchy

  • ComposeOptions

Index

Properties

Properties

Optional extends

extends: Type<any> | Type<any>[]

name

name: string

Optional properties

properties: PropertyCollection<T>

Generated using TypeDoc