Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias DbapiArticleAuthorElement

    Author element — populated when an article has an author user attached.

    type DbapiArticleAuthorElement = {
        agency_id: number;
        created_at: string;
        email: string;
        first_name: string;
        id: number;
        job_title: string | null;
        key_decision_maker: boolean | null;
        last_name: string;
        operational_contact: boolean | null;
        tel_work: string | null;
    }
    Index

    Properties

    agency_id: number
    created_at: string
    email: string
    first_name: string
    id: number
    job_title: string | null
    key_decision_maker: boolean | null
    last_name: string
    operational_contact: boolean | null
    tel_work: string | null