6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
export type backendText = number;
|
|
export const backendTexts = {
|
|
indexedFilesOnly: {name: 10, description: 12},
|
|
sizeToGenerate: {name: 20, description: 22}
|
|
};
|