Type alias AnyRestLiveObject

AnyRestLiveObject: {
    objectId: string;
}

Fallback type for compatibility with future object types.

Type declaration

  • objectId: string

    The ID of the object, available for all object types.

Generated using TypeDoc