Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 963 Bytes

GetInvitationsOptions.md

File metadata and controls

63 lines (33 loc) · 963 Bytes

@letsgo/tenant / GetInvitationsOptions

Interface: GetInvitationsOptions

Options for getting all invitations for a given tenant.

Hierarchy

  • DeploymentOptions

    GetInvitationsOptions

Table of contents

Properties

Properties

deployment

Optional deployment: string

LetsGo deployment name.

Inherited from

DeploymentOptions.deployment

Defined in

db/dist/index.d.ts:18


region

Optional region: string

AWS region.

Inherited from

DeploymentOptions.region

Defined in

db/dist/index.d.ts:14


tenantId

tenantId: string

The tenant ID the invitations relate to.

Defined in

tenant/src/index.ts:415