@xo-cash/types
    Preparing search index...

    Type Alias XOInvitationVariable

    A variable provided in a commit.

    {
    "invitationIdentifier": "...",
    ...
    "commits": [
    {
    "commitIdentifier": "...",
    "data": {
    "variables": [
    {
    "variableIdentifier": "...",
    "value": "..."
    } ← this type
    ]
    }
    ...
    }
    ...
    ]
    }
    Index

    Properties

    Reference to a variable in an earlier commit that this variable extends.

    roleIdentifier?: XOTemplateRoleIdentifier

    The role identifier this variable belongs to.

    The value of this variable.

    variableIdentifier: XOTemplateVariableIdentifier

    The identifier of this variable.