Type alias ContentResponseType<T>

ContentResponseType<T>: {
    content: T;
    message: string;
    success: true;
}

Type Parameters

  • T

Type declaration

  • content: T
  • message: string
  • success: true