5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
export interface DeleteUserCommand {
|
|
id: string;
|
|
soft?: boolean;
|
|
}
|
|
//# sourceMappingURL=DeleteUserCommand.d.ts.map
|