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

7 lines
218 B
TypeScript

export type backendText = number;
export const backendTexts = {
indexedFilesOnly: { name: 10, description: 12 },
sizeToGenerate: { name: 20, description: 22 },
indexChangesOnly: { name: 30, description: 32 },
};