UNPKG

@phenixrts/sdk

Version:
9 lines (8 loc) 169 B
export interface IEdgeAuth { applicationId?: string; token: IEdgeAuthToken; } export interface IEdgeAuthToken { uri?: string; capabilities?: string[]; }