export interface IFetchTokenPayload {
    authUrl: string;
    clientId: string;
    clientSecret: string;
}
export interface IFetchTemplate {
    templateUrl: string;
}
