Class EchoSchemaType
Less than 1 minute
Class EchoSchemaType
Declared in packages/core/echo/echo-schema/dist/types/src/schema.d.ts:32
Wraps protocol generated type.
Constructors
constructor(_type)
Returns: EchoSchemaType
Arguments:
_type: Type
Properties
fields
Type: EchoSchemaField[]
name
Type: string
shortName
Type: string
Methods
createFilter([opts])
Returns: TypeFilter<any>
Arguments:
opts: any