Interface Result<T>

Type Parameters

  • T

Hierarchy

  • Result

Properties

Properties

content?: T
error?: {
    message: string;
    statusCode: number;
}

Type declaration

  • message: string
  • statusCode: number