interface ResponseObject<T> {
    data: T;
}

Type Parameters

  • T

Properties

Properties

data: T