API Reference
Rockets Core API
nestjs-org
interfaces
OrgLookupServiceInterface

Interface: OrgLookupServiceInterface

Extends

Properties

PropertyTypeInherited from
byId(id: string, options?: QueryOptionsInterface) => Promise<null | ReferenceIdInterface<string>>LookupIdInterface.byId

Methods

getOwner()

getOwner(org, queryOptions?): Promise<null | ReferenceIdInterface<string>>

Parameters

ParameterType
orgOrgOwnerInterface
queryOptions?QueryOptionsInterface

Returns

Promise<null | ReferenceIdInterface<string>>

Defined in

.tmp/repos/rockets/packages/nestjs-org/src/interfaces/org-lookup-service.interface.ts:15 (opens in a new tab)