Type alias EntityRawSchema

EntityRawSchema: {
    description: string;
    final: boolean;
    type: string;
}

Type representing an entity schema.

Type declaration

  • description: string
  • final: boolean
  • type: string

Generated using TypeDoc