TypeAlias.MultisigHoldingsHistoryQuery
type MultisigHoldingsHistoryQuery = {
from?: string;
to?: string;
};
Type Declaration
| Name | Type |
|---|---|
from? | string |
to? | string |
type MultisigHoldingsHistoryQuery = {
from?: string;
to?: string;
};
| Name | Type |
|---|---|
from? | string |
to? | string |