export type ConfigFile = {
  staticAttributes?: {
    extension?: {
      defaultValue?: string;
    };
    subDir?: {
      defaultValue?: boolean;
    };
  };
};