UNPKG

@beefree.io/sdk

Version:
10 lines (9 loc) 187 B
export interface IFetchTokenPayload { authUrl: string; clientId: string; clientSecret: string; uid: string; } export interface IFetchTemplate { templateUrl: string; }