Skip to main content

Type Alias: IotaObjectChangeDeleted

type IotaObjectChangeDeleted = Extract<IotaObjectChange, {
type: "deleted";
}>;