interface BaseServiceGETRequest {
    endpoint: string;
    format: JSONFormatTypes;
}

Properties

Properties

endpoint: string