UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

6 lines (4 loc) 132 B
import { BaseResponse } from "./base-response.model"; export class ErrorResponse extends BaseResponse<null> { error: string; }