Type alias SetError

SetError: {
    description: string | null;
    properties: string[] | null;
    type: string;
}

Type declaration

  • description: string | null
  • properties: string[] | null
  • type: string