Interface ResponseWithData<T>

interface ResponseWithData<T> {
    data: T;
}

Type Parameters

  • T

Properties

Properties

data: T