mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 10:12:40 +00:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { DefaultParams } from '../types/default-params.type';
|
|
|
|
export interface IProvideParams {
|
|
getParams(): DefaultParams;
|
|
}
|