UNPKG

@dxspring/formdata

Version:
7 lines (6 loc) 178 B
export interface IArrayService { data?: any; key?: string; customKey?: string; } export declare const ArrayService: ({ data, key, customKey }: IArrayService) => any;