Type Alias GetArchiveResult

type GetArchiveResult = {
    data?: ArchiveItem[];
}
Index

Properties

Properties

data?: ArchiveItem[]

List of archived events. The structure of the events depend on their type and version.