```ts
type ActivityCardAction = object;
```

## Properties

| Property | Type |
| ------ | ------ |
| <a id="label"></a> `label` | `string` |
| <a id="action"></a> `action?` | `() => void` |
