Interface ApiRequestSpec

interface ApiRequestSpec {
    path: any;
    method: any;
}

Properties

Properties

path: any
method: any