Type alias ResponseType

ResponseType: {
    message: string;
    success: boolean;
}

Type declaration

  • message: string
  • success: boolean