Type alias HighSystemsRequestPutPreferences

HighSystemsRequestPutPreferences: HighSystemsRequest & {
    reports: {
        perPage: any;
    };
}

Type declaration

  • reports: {
        perPage: any;
    }
    • perPage: any

Generated using TypeDoc