Skip to main content

Type Alias: IotaObjectChangePublished

type IotaObjectChangePublished = Extract<IotaObjectChange, {
type: "published";
}>;