bringapp
    Preparing search index...

    Type Alias EntityProps<EP>

    EntityProps: {
        description: string | null;
        editUrl: string | null;
        entityId: number;
        entitySlug: string | null;
        entityType: EntityType | null;
        excerpt: string | null;
        image?: ImageType | null;
        name: string | null;
        slug: string | null;
        url: string | null;
    } & EP

    Represents entity properties, which include entity type, slug, ID, URL, name, excerpt, description, and image.

    Type Parameters

    • EP = object

      Entity Props type