Skip to main content
Version: Current

Extra Record Types

  • RecordActionOptions

    Defines an interface that represents the base for options for a records action.

    Members

    • endpoint? string

      The HTTP endpoint that the request should interface with.

  • RecordUserPolicyType

    Defines a type that represents a policy that indicates which users are allowed to affect a record.

    • true indicates that any user can edit the record.
    • An array of strings indicates the list of users that are allowed to edit the record.

    A RecordUserPolicyType can be one of the following values:

    • true
    • string[]