Variable $PublicProjectSettingsConst

$PublicProjectSettings: {
    additionalProperties: false;
    properties: {
        network: {
            $ref: "#/components/schemas/Network";
        };
        stripePublicKey: {
            example: "pk_test_51OJjTCDE6OSQHKZWmXDXdY9uayvkYeMj2VPEKg6JOeXfs7XsCukb8GoUw5efUmnMXsMb8b1i3lKBWOMSeq1uXIVY00yjgbm8f7";
            readOnly: true;
            type: "string";
        };
    };
    required: readonly ["network"];
    type: "object";
} = ...