interface CallRequest {
    data: string;
    from?: string;
    to: string;
}

Properties

Properties

data: string
from?: string
to: string