constructor(appointmentIds) Constructor
Initializes a new instance of the class.
Declaration
constructor(
appointmentIds: string[]
)
Parameters
Name | Type | Description |
---|---|---|
appointmentIds | string[] | Represents an array of appointments’ IDs. |
See Also