interface RawCall {
    ended_timestamp?: null | string;
    participants: string[];
}

Properties

ended_timestamp?: null | string
participants: string[]