Type Alias RequestOptions

RequestOptions: {
    headers?: Record<string, string>;
    params?: Record<string, string | number | boolean>;
    timeout?: number;
}