mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
use same name
This commit is contained in:
parent
3afecc0c18
commit
7b4db18c52
@ -1,10 +1,10 @@
|
||||
import { AbstractLoggingView } from 'database'
|
||||
|
||||
import { Decay } from '@/graphql/model/Decay'
|
||||
import type { Decay as DecayType } from 'shared'
|
||||
import type { Decay as DecayInterface } from 'shared'
|
||||
|
||||
export class DecayLoggingView extends AbstractLoggingView {
|
||||
public constructor(private self: Decay | DecayType) {
|
||||
public constructor(private self: Decay | DecayInterface) {
|
||||
super()
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user