Interface DefaultResponse

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

Hierarchy (View Summary)

Properties

Properties

arguments: any
result: string