On this page
Properties

Type Alias SourceAndUnixTimestamp

Contains a source URL with a Unix timestamps in milliseconds

type SourceAndUnixTimestamp = {
    source: string;
    timestamp: number;
}
Index

Properties

Properties

source: string
timestamp: number
Was this helpful?
SDK JS
Modules
Reference
types
SourceAndUnixTimestamp