pigallery2/src/common/BackendTexts.ts
2019-12-29 10:24:47 +01:00

6 lines
162 B
TypeScript

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