Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

default

Renames and exports CommitteeMemberApi

Type aliases

CommitteeMember

CommitteeMember: { committee_id: number; email: string; first_name: string; id: number; is_current_user?: boolean; last_name: string; manager: boolean; pid: number; temporary: boolean; user_id: number }

Data structure defining the member of a committee

Type declaration

  • committee_id: number

    The ID of the committee

  • email: string

    Email of the committee member

  • first_name: string

    First name of the committee member

  • id: number

    ID for the committee membership

  • Optional is_current_user?: boolean

    Flag indicating if the members is the current user

  • last_name: string

    Last name of the committee member

  • manager: boolean

    Flag indicating if the member is a manager of the committee

  • pid: number

    Interfolio PID of the member

  • temporary: boolean

    Flag indicating if this member is a temporary member of the committee

  • user_id: number

    user_id of the committee member

Variables

Const COMMITTEE_MEMBER_BASE_URL

COMMITTEE_MEMBER_BASE_URL: string = ...

Const COMMITTEE_MEMBER_URL

COMMITTEE_MEMBER_URL: string = ...

Legend

  • Variable
  • Function
  • Type alias
  • Class

Generated using TypeDoc