Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserInvitation

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:user_invitation"
links: { fx:accept: { curie: "fx:accept" }; fx:reject: { curie: "fx:reject" }; fx:resend: { curie: "fx:resend" }; fx:revoke: { curie: "fx:revoke" }; fx:store: Backend.Rels.Store; fx:user: User; self: UserInvitation }

Type declaration

  • fx:accept: { curie: "fx:accept" }
    • curie: "fx:accept"
  • fx:reject: { curie: "fx:reject" }
    • curie: "fx:reject"
  • fx:resend: { curie: "fx:resend" }
    • curie: "fx:resend"
  • fx:revoke: { curie: "fx:revoke" }
    • curie: "fx:revoke"
  • fx:store: Backend.Rels.Store
  • fx:user: User
  • self: UserInvitation
props: { date_created: string; date_modified: string; email: string; first_name: null | string; last_name: null | string; status: "rejected" | "sent" | "accepted" | "revoked" | "expired"; store_domain: string; store_email: string; store_name: string; store_url: string }

Type declaration

  • date_created: string
  • date_modified: string
  • email: string
  • first_name: null | string
  • last_name: null | string
  • status: "rejected" | "sent" | "accepted" | "revoked" | "expired"
  • store_domain: string
  • store_email: string
  • store_name: string
  • store_url: string
zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc