Interface RemoteServiceOptions

interface RemoteServiceOptions {
    service?: Constructor<RemoteService>;
    uid: string;
}

Properties

Properties

uid: string