@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface ProfileServiceServer

    interface ProfileServiceServer {
        get: handleUnaryCall<GetProfileRequest, GetProfileResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ProfileServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetProfileRequest, GetProfileResponse>