UNPKG

@arc-publishing/sdk-identity

Version:
4 lines (3 loc) 209 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { BaseUserSegment } from './userSegments'; export default function getUserSegments(): Promise<BaseUserSegment | APIErrorResponse>;