Documentation
    Preparing search index...

    Interface Agency

    interface Agency {
        address: string;
        address2: any;
        city: string;
        condition: boolean;
        country: string;
        country_code: string;
        createdAt: string;
        dateDisabled: any;
        detail: string;
        devise: string;
        disabledBy: any;
        email: string;
        gie: string;
        iata: any;
        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

    address: string
    address2: any
    city: string
    condition: boolean
    country: string
    country_code: string
    createdAt: string
    dateDisabled: any
    detail: string
    devise: string
    disabledBy: any
    email: string
    gie: string
    iata: any
    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