Interface DefaultResponse

interface DefaultResponse {
    arguments: any;
    result: string;
}

Hierarchy (view full)

Properties

Properties

arguments: any
result: string