mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
chore: Adding mainFn helpers
This commit is contained in:
8
lib/mainFn/exportInterfaces.ts
Normal file
8
lib/mainFn/exportInterfaces.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { AddressReceipt } from "./AddressReceipt";
|
||||
import { InterfaceReceipt } from "./interfaceReceipt";
|
||||
|
||||
export const exportInterfaces = (
|
||||
_firstProof: AddressReceipt,
|
||||
..._rest: AddressReceipt[]
|
||||
) => ({} as InterfaceReceipt);
|
||||
export default exportInterfaces;
|
||||
Reference in New Issue
Block a user