Documentation
    Preparing search index...

    Interface AgenceInfo

    interface AgenceInfo {
        "A3/OA": string;
        address: string;
        address2: any;
        city: string;
        condition: boolean;
        country: string;
        country_code: string;
        createdAt: string;
        detail: string;
        devise: string;
        email: string;
        gie: string;
        iata: string;
        id: number;
        id_keycloak: string;
        is_active: boolean;
        logo: string;
        name: string;
        office_id: string;
        phone: string;
        postal_code: string;
        text_free: string;
        updatedAt: string;
        valid: boolean;
    }
    Index

    Properties

    "A3/OA": string
    address: string
    address2: any
    city: string
    condition: boolean
    country: string
    country_code: string
    createdAt: string
    detail: string
    devise: string
    email: string
    gie: string
    iata: string
    id: number
    id_keycloak: string
    is_active: boolean
    logo: string
    name: string
    office_id: string
    phone: string
    postal_code: string
    text_free: string
    updatedAt: string
    valid: boolean