modded7/buildtools/types/hashDef.ts

5 lines
75 B
TypeScript
Raw Normal View History

export type HashDef = {
id: string;
hashes: unknown | Array<unknown>;
};