UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

6 lines (4 loc) 243 B
import { OrganizationSearchResp } from '../types/types'; type FetchOrganizationResponse = Promise<OrganizationSearchResp | undefined>; export declare const fetchOrganization: (url: string) => FetchOrganizationResponse | undefined; export {};