Files
pezkuwi-apps/packages/apps-config/src/api/spec/vodka.ts
T

21 lines
426 B
TypeScript

// Copyright 2017-2026 @pezkuwi/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { OverrideBundleDefinition } from '@pezkuwi/types/types';
// structs need to be in order
/* eslint-disable sort-keys */
const definitions: OverrideBundleDefinition = {
types: [
{
minmax: [0, undefined],
types: {
NameHash: 'H256'
}
}
]
};
export default definitions;