UNPKG

@overture-stack/lyric

Version:
4 lines (3 loc) 112 B
export const createBatchResponse = (schemaName, records) => { return { batchName: schemaName, records }; };