5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
export interface DeleteContactCommand {
|
|
id: string;
|
|
hard?: boolean;
|
|
}
|
|
//# sourceMappingURL=DeleteContactCommand.d.ts.map
|