modded7/buildtools/types/hashDef.ts
Exa 7a329bc07b Add Nomifactory's build scripts
Modified slightly to use LICENSE rather than LICENSE.md
2022-02-10 12:07:06 -08:00

5 lines
75 B
TypeScript

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