DataSourceOptions: {
    exclude?: string[];
    include?: string[];
    rename?: ((oldName: string) => string) | {
        [oldName: string]: string;
    };
}

Type declaration

  • Optional exclude?: string[]
  • Optional include?: string[]
  • Optional rename?: ((oldName: string) => string) | {
        [oldName: string]: string;
    }