5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
export interface GetContactsByPageQuery {
|
|
from: number;
|
|
to: number;
|
|
}
|
|
//# sourceMappingURL=GetContactsByPageQuery.d.ts.map
|