Type alias ExecutedViewResponse

ExecutedViewResponse: {
    error: string;
    hasError: boolean;
    results: ValueObject<unknown>[];
}

Type declaration

  • error: string
  • hasError: boolean
  • results: ValueObject<unknown>[]

Generated using TypeDoc