interface BackendComponentResult {
    call: BackendComponentCall;
    data: any;
}

Properties

Properties

data: any