[chore] add id in version's metadatas for future features

This commit is contained in:
MathieuG-P
2023-12-27 00:40:32 +01:00
parent 2bba3c5232
commit 7b22387fc5
4 changed files with 33 additions and 32 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface BSVersion extends PartialBSVersion {
}
export interface BSVersionMetadata {
id: string;
store: BsStore;
}