bringapp
    Preparing search index...

    Type Alias DynamicEntityProps<T>

    DynamicEntityProps: {
        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 dynamic entity properties, which can have different shapes depending on the entity type.

    Type Parameters

    • T = object

      Additional properties type