Documentation
    Preparing search index...

    Interface Legal

    interface Legal {
        capital: any;
        comment: any;
        country: string;
        createdAt: string;
        description: any;
        devise: any;
        guid: string;
        id: number;
        id_keycloak: string;
        language: any;
        legal_form: any;
        logo_path: any;
        name: string;
        updatedAt: string;
        website: any;
    }
    Index

    Properties

    capital: any
    comment: any
    country: string
    createdAt: string
    description: any
    devise: any
    guid: string
    id: number
    id_keycloak: string
    language: any
    legal_form: any
    logo_path: any
    name: string
    updatedAt: string
    website: any