tooot/src/utils/storage/account/index.ts

4 lines
79 B
TypeScript

import { AccountV0 } from "./v0";
export type { AccountV0 as StorageAccount }