UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

8 lines 262 B
import type { IRawAbiConfigurable } from './IRawAbiConfigurable'; import type { IType } from './IType'; export interface IConfigurable { name: string; type: IType; rawAbiConfigurable: IRawAbiConfigurable; } //# sourceMappingURL=IConfigurable.d.ts.map