Skip to main content

Type Alias: IotaObjectChangeUnwrapped

type IotaObjectChangeUnwrapped = Extract<IotaObjectChange, {
type: "unwrapped";
}>;