Forest Admin - API reference
    Preparing search index...
    type DataSourceOptions = {
        exclude?: string[];
        include?: string[];
        rename?: ((oldName: string) => string) | { [oldName: string]: string };
    }
    Index

    Properties

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