import type { meta } from './meta'; export type EPResponseSetString = { data?: Array; meta?: meta; };