Type alias RestApiOptions

RestApiOptions: {
    resources?: RestResources;
    serviceUrl: string;
}

Type declaration