1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/src/common/BackendTexts.ts

7 lines
218 B
TypeScript
Raw Normal View History

2019-12-29 17:24:47 +08:00
export type backendText = number;
export const backendTexts = {
2022-04-05 01:37:31 +08:00
indexedFilesOnly: { name: 10, description: 12 },
sizeToGenerate: { name: 20, description: 22 },
indexChangesOnly: { name: 30, description: 32 },
2019-12-29 17:24:47 +08:00
};