Skip to main content

Type Alias: IotaObjectChangeCreated

type IotaObjectChangeCreated = Extract<IotaObjectChange, {
type: "created";
}>;