Skip to main content

Type Alias: IotaObjectChangeWrapped

type IotaObjectChangeWrapped = Extract<IotaObjectChange, {
type: "wrapped";
}>;