Update Reference Store

This commit is contained in:
2023-11-21 08:43:56 -05:00
parent 7c0507daee
commit c307f62a05
2 changed files with 2 additions and 26 deletions

View File

@@ -1,10 +0,0 @@
export interface test {
totalCount: number;
}
export interface ReferenceEntry {
id: number;
title: string;
subtitle: string;
content: string;
}