UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

9 lines (8 loc) 176 B
import { SCAuthTokenType } from './auth'; /** * SCPlatformType interface */ export interface SCPlatformType { platform_url: string; token_details: SCAuthTokenType; }