interface Result<Data> {
    data: Data;
}

Type Parameters

  • Data extends object = object

Properties

Properties

data: Data