Signed-off-by: Pascal Lukanek <pascal.lukanek@live.de>
This commit is contained in:
Pascal Lukanek
2022-11-09 10:40:05 +01:00
parent 964186628e
commit 7869fab942
@@ -36,7 +36,7 @@ const limiter = limiterFactory(10);
type EntityTypeProps = {
kind: string;
type: string;
type?: string;
count: number;
};