interface PublishedEvent {
    identifier: string;
    index: number;
}

Properties

Properties

identifier: string
index: number