pl-api: enable consistent-type-imports rule
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PaginationParams, WithMutedParam } from './common';
|
||||
import type { PaginationParams, WithMutedParam } from './common';
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { PaginationParams } from './common';
|
||||
import type { PaginationParams } from './common';
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { PaginationParams } from './common';
|
||||
import type { PaginationParams } from './common';
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { PaginationParams } from './common';
|
||||
import type { PaginationParams } from './common';
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { UpdateInteractionPoliciesParams } from './settings';
|
||||
|
||||
import type { PaginationParams } from './common';
|
||||
import type { UpdateInteractionPoliciesParams } from './settings';
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
Reference in New Issue
Block a user