Skip to main content

Type Alias: IotaObjectChangeMutated

type IotaObjectChangeMutated = Extract<IotaObjectChange, {
type: "mutated";
}>;