bringapp
    Preparing search index...

    Type Alias DynamicEntityList<T>

    DynamicEntityList: (
        {
            description: string
            | null;
            editUrl: string | null;
            entityId: number;
            entitySlug: string | null;
            entityType: EntityType | null;
            excerpt: string | null;
            image: ImageType | null;
            name: string;
            slug: string | null;
            url: string | null;
        } & T
    )[]

    Represents a dynamic entity list, which is an array of objects with entity properties and additional properties.

    Type Parameters

    • T = object

      Additional properties type