interface ServerResponse { /** The state indicator for responses from the server */ status: number; /** Additional information that is provided by the server */ message?: string; }