interface Receipt {
    thread_id?: string;
    ts: number;
}

Properties

Properties

thread_id?: string
ts: number