Interface ServiceOptions

interface ServiceOptions {
    uid?: string;
}

Hierarchy (view full)

Properties

Properties

uid?: string