mirror of
https://github.com/zoriya/flood.git
synced 2026-05-06 13:19:16 +00:00
12 lines
176 B
TypeScript
12 lines
176 B
TypeScript
declare const PATHS: {
|
|
appBuild: string;
|
|
appDist: string;
|
|
appPublic: string;
|
|
appHtml: string;
|
|
appIndex: string;
|
|
appSrc: string;
|
|
dist: string;
|
|
};
|
|
|
|
export = PATHS;
|