import { InfinityMintGemScript } from '@app/interfaces'; const Example: InfinityMintGemScript = { name: 'Example', init: async (script) => {}, };