Add api-report

Signed-off-by: kielosz <kielosz@gmail.com>
This commit is contained in:
kielosz
2022-08-02 13:40:39 +02:00
parent daf4b33e34
commit c2dca67d24
@@ -44,6 +44,7 @@ export interface Entity {
// @public (undocumented)
export type Group = {
id: string;
name?: string;
};
// @public (undocumented)