Interface Data_CosmosCall

interface Data_CosmosCall {
    timestamp: undefined | Date;
    transaction: undefined | {
        [key: string]: any;
    };
}

Properties

timestamp: undefined | Date
transaction: undefined | {
    [key: string]: any;
}