Variable $LydiaSettingsConst

$LydiaSettings: {
    additionalProperties: false;
    properties: {
        endpoint: {
            default: "https://homologation.lydia-app.com";
            enum: readonly ["https://homologation.lydia-app.com", "https://lydia-app.com"];
            type: "string";
        };
        privateToken: {
            example: "6515947d6814d831834508";
            type: "string";
        };
        vendorToken: {
            example: "6515947d64b59333313556";
            type: "string";
        };
    };
    required: readonly ["endpoint", "vendorToken", "privateToken"];
    type: "object";
} = ...