import * as IShared from '../../../shared/interface'; import { GoogleSheetPool } from '../../../shared/entities/stock'; export type Entity = GoogleSheetPool; export declare const Route = "google_sheet_pool"; export declare const UpperName = "GoogleSheetPool"; export declare const LowerName: string; export interface IRepository { clearAndFill(): Promise; } export type IController = IShared.IEntityWithUserToken;