interface Connector {
    code: null | string;
    complementary_information: null | string;
    id_connector: number;
    id_society: number;
    id_third_party_api: number;
    label: Label;
    nom_ste: string;
    password: null | string;
}

Properties

code: null | string
complementary_information: null | string
id_connector: number
id_society: number
id_third_party_api: number
label: Label
nom_ste: string
password: null | string