Defines the relationship between a shift and the user who is working that shift.

Hierarchy

  • ShiftDataRelationshipsUser

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Represents a reference to the user assigned to this shift, containing the user's ID and resource type.

Generated using TypeDoc