Skip to main content

ApiResponse<T>

Standard API response wrapper from the backend

Type Parameters

Type ParameterDefault type
Tunknown

Properties

data

data: T;

Response data


message

message: string;

Human-readable message


success

success: boolean;

Whether the request was successful