Interface ListingByValueConfig

interface ListingByValueConfig {
    autoRedirectIfSingleResult?: boolean;
    query: IListingConfig;
}

Properties

autoRedirectIfSingleResult?: boolean