pashto-dictionary/types.ts

8 lines
145 B
TypeScript

import * as AT from "./website/src/types/account-types";
import * as FT from "./website/src/types/functions-types";
export {
AT,
FT,
};