4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export interface GetContactByIdQuery {
|
|
id: string;
|
|
}
|
|
//# sourceMappingURL=GetContactByIdQuery.d.ts.map
|