Type alias SimpleProperty

SimpleProperty: {
    description?: string;
    format?: string;
    title: string;
    type: "string" | "integer";
}

Type declaration

  • Optional description?: string
  • Optional format?: string
  • title: string
  • type: "string" | "integer"

Generated using TypeDoc