interface BackendComponentResult<T> {
    call: BackendComponentCall;
    data: T;
}

Type Parameters

  • T = any

Properties

Properties

data: T