mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
7 lines
218 B
TypeScript
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 },
|
|
};
|