UNPKG

@flatfile/angular-sdk

Version:

Flatfile SDK for Angular

8 lines (7 loc) 252 B
import { ISpace } from '@flatfile/embedded-utils'; import { Flatfile } from '@flatfile/api'; export type GetSpaceReturn = { space: Flatfile.Space; }; declare const getSpace: (spaceProps: ISpace) => Promise<GetSpaceReturn>; export default getSpace;