export interface DeleteUserCommand { id: string; soft?: boolean; } //# sourceMappingURL=DeleteUserCommand.d.ts.map