export interface StaticFolder {
  path: string;
  option: object;
}
