Update groups.ts

This commit is contained in:
kilyabin
2023-10-19 16:42:02 +04:00
committed by GitHub
parent 8123e4b574
commit 01b279164b

View File

@@ -1,4 +1,5 @@
export const groups: { [group: string]: [number, string] } = {
ib4k: [138, 'ИБ-4к'],
ps7: [146, 'ПС-7'],
pks35k: [78, 'ПКС-35к']
}