export interface FunctionsModel { path: string; onRequest: any; method: string; }