UNPKG

@unito/integration-cli

Version:

Integration CLI

9 lines (7 loc) 165 B
import { GetItemHandler } from '@unito/integration-sdk'; export const getItem: GetItemHandler = async () => { return { fields: {}, relations: [], }; };